File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5555
5656 # Initializes the CodeQL tools for scanning.
5757 - name : Initialize CodeQL
58- uses : github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # tag=codeql-bundle-v3.28.1
58+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # tag=codeql-bundle-v3.28.8
5959 with :
6060 languages : ${{ matrix.language }}
6161
6565 # manually (see below).
6666 # manually (see below).
6767 - name : Autobuild
68- uses : github/codeql-action/autobuild@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # tag=codeql-bundle-v3.28.1
68+ uses : github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # tag=codeql-bundle-v3.28.8
6969
7070 # ℹ️ Command-line programs to run using the OS shell. 📚
7171 # https://git.io/JvXDl
8383 # make release
8484
8585 - name : Perform CodeQL Analysis
86- uses : github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # tag=codeql-bundle-v3.28.1
86+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # tag=codeql-bundle-v3.28.8
Original file line number Diff line number Diff line change 6060
6161 # Upload the results to GitHub's code scanning dashboard.
6262 - name : " Upload to code-scanning"
63- uses : github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # tag=codeql-bundle-v3.28.1
63+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # tag=codeql-bundle-v3.28.8
6464 with :
6565 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
2727 - name : Sync repository labels
2828 if : success()
29- uses : crazy-max/ghaction-github-labeler@b54af0c25861143e7c8813d7cbbf46d2c341680c # tag=v5.1 .0
29+ uses : crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # tag=v5.2 .0
3030 with :
3131 # This is a hideous ternary equivalent so we only do a dry run unless
3232 # this workflow is triggered by the develop branch.
You can’t perform that action at this time.
0 commit comments