Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

build(deps): bump github/codeql-action from 3.28.0 to 3.28.1 #67

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:
- run: zizmor --persona pedantic --format sarif . > results.sarif
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
- uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
with:
sarif_file: results.sarif
category: zizmor

Unchanged files with check annotations Beta

ARG ALPINE_VERSION
FROM alpine:$ALPINE_VERSION

Check warning on line 5 in Dockerfile

GitHub Actions / Build Test Image

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG alpine:$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
ARG PG_PROVE_VERSION
ARG PGTAP_VERSION