Skip to content

Commit

Permalink
Bump github/codeql-action from 1 to 3 (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 8d0cfc5 commit d33fab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/self-test.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
steps:
- uses: actions/checkout@v2

# Setup directory where github/codeql-action/upload-sarif@v1 looks up files by default.
# Setup directory where github/codeql-action/upload-sarif@v3 looks up files by default.
- name: Create ../results directory for sarif files
shell: bash
run: mkdir -p ../results
Expand All @@ -72,4 +72,4 @@ jobs:
continue-on-error: true

- name: Upload SARIF output file to GitHub
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v3

0 comments on commit d33fab5

Please sign in to comment.