File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # tag=codeql-bundle-v3.28.10
58+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # tag=codeql-bundle-v3.28.13
5959 with :
6060 languages : ${{ matrix.language }}
6161
6565 # manually (see below).
6666 # manually (see below).
6767 - name : Autobuild
68- uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # tag=codeql-bundle-v3.28.10
68+ uses : github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # tag=codeql-bundle-v3.28.13
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # tag=codeql-bundle-v3.28.10
86+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # tag=codeql-bundle-v3.28.13
Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ jobs:
5252 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5353 # format to the repository Actions tab.
5454 - name : " Upload artifact"
55- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # tag=v4.6.1
55+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # tag=v4.6.2
5656 with :
5757 name : SARIF file
5858 path : results.sarif
5959 retention-days : 5
6060
6161 # Upload the results to GitHub's code scanning dashboard.
6262 - name : " Upload to code-scanning"
63- uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # tag=codeql-bundle-v3.28.10
63+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # tag=codeql-bundle-v3.28.13
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@31674a3852a9074f2086abcf1c53839d466a47e7 # tag=v5.2 .0
29+ uses : crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916 # tag=v5.3 .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