File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed
Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ jobs:
6464 disable-telemetry : true
6565
6666 - name : Checkout repository
67- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
67+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
6868
6969 # Initializes the CodeQL tools for scanning.
7070 - name : Initialize CodeQL
71- uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
71+ uses : github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
7272 with :
7373 languages : ${{ matrix.language }}
7474 # If you wish to specify custom queries, you can do so here or in a config file.
7878 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
7979 # If this step fails, then you should remove it and run the build manually (see below)
8080 - name : Autobuild
81- uses : github/codeql-action/autobuild@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
81+ uses : github/codeql-action/autobuild@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
8282
8383 # ℹ️ Command-line programs to run using the OS shell.
8484 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
9191 # ./location_of_script_within_repo/buildscript.sh
9292
9393 - name : Perform CodeQL Analysis
94- uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
94+ uses : github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
9595 with :
9696 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ jobs:
4242 disable-telemetry : true
4343
4444 - name : Checkout code
45- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
45+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4646
4747 - name : Setup Go environment
48- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
48+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
4949 with :
5050 go-version-file : go.mod
5151 cache : true
Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ jobs:
4242 disable-telemetry : true
4343
4444 - name : Checkout code
45- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
45+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4646 with :
4747 # So we can see in which commit a bundle's content was
4848 # most recently updated
4949 fetch-depth : 0
5050
5151 - name : Setup Go environment
52- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
52+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
5353 with :
5454 go-version-file : go.mod
5555 cache : true
Original file line number Diff line number Diff line change 4848 disable-telemetry : true
4949
5050 - name : Checkout code
51- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
51+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
5252 with :
5353 fetch-depth : 0
5454
8181 disable-telemetry : true
8282
8383 - name : Checkout
84- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
84+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
8585 with :
8686 fetch-depth : 0
8787
@@ -114,7 +114,7 @@ jobs:
114114 Also save the release notes in a file named "release-notes.md".
115115
116116 - name : Upload artifact
117- uses : actions/upload-artifact@v4
117+ uses : actions/upload-artifact@v5
118118 with :
119119 name : release-notes
120120 path : release-notes.md
@@ -137,7 +137,7 @@ jobs:
137137 disable-telemetry : true
138138
139139 - name : Checkout
140- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
140+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
141141 with :
142142 fetch-depth : 0
143143
@@ -152,7 +152,7 @@ jobs:
152152 git push -f --tags
153153
154154 - name : Download artifact
155- uses : actions/download-artifact@v5
155+ uses : actions/download-artifact@v6
156156 with :
157157 name : release-notes
158158
Original file line number Diff line number Diff line change 5454 disable-telemetry : true
5555
5656 - name : " Checkout code"
57- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
57+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
5858 with :
5959 persist-credentials : false
6060
@@ -81,14 +81,14 @@ jobs:
8181 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
8282 # format to the repository Actions tab.
8383 - name : " Upload artifact"
84- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
84+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8585 with :
8686 name : SARIF file
8787 path : results.sarif
8888 retention-days : 5
8989
9090 # Upload the results to GitHub's code scanning dashboard.
9191 - name : " Upload to code-scanning"
92- uses : github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
92+ uses : github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
9393 with :
9494 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments