Skip to content

Commit 28d4a79

Browse files
Merge pull request #262 from marcransome/dependabot/github_actions/version-updates-174f629eab
2 parents da2c456 + 6c55423 commit 28d4a79

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: brew install popt
3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
31+
uses: github/codeql-action/init@9278e421667d5d90a2839487a482448c4ec7df4d # v3.27.2
3232
with:
3333
languages: cpp
3434
queries: security-and-quality
@@ -38,4 +38,4 @@ jobs:
3838
cmake -S . -B build -D CMAKE_OSX_ARCHITECTURES=arm64
3939
cmake --build build
4040
- name: Perform CodeQL analysis
41-
uses: github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
41+
uses: github/codeql-action/analyze@9278e421667d5d90a2839487a482448c4ec7df4d # v3.27.2

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
path: results.sarif
3838
retention-days: 5
3939
- name: Upload to code scanning dashboard
40-
uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
40+
uses: github/codeql-action/upload-sarif@9278e421667d5d90a2839487a482448c4ec7df4d # v3.27.2
4141
with:
4242
sarif_file: results.sarif

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
with:
138138
name: ${{ needs.build.outputs.sha256-filename-darwin-arm64 }}
139139
- name: Upload release artifacts
140-
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
140+
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
141141
with:
142142
files: |
143143
${{ needs.build.outputs.artifact-filename-darwin-x86_64 }}

0 commit comments

Comments
 (0)