Skip to content

Commit c28980d

Browse files
committed
chore(gha): pinact run -u
1 parent 3b8631b commit c28980d

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
cache: "npm"
294294
registry-url: "https://registry.npmjs.org"
295295

296-
- uses: photostructure/git-ssh-signing-action@fdd4b062a9ba41473f013258cc9c7eea1640f826 # v1.2.0
296+
- uses: photostructure/git-ssh-signing-action@eb48d0517cdf304a5fde87d539702a74ebc01e09 # v2.0.0
297297
with:
298298
ssh-signing-key: ${{ secrets.SSH_SIGNING_KEY }}
299299
git-user-name: ${{ secrets.GIT_USER_NAME }}

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: npm run docs
4242

4343
- name: Setup Pages
44-
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
44+
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
4545

4646
- name: Upload artifact
4747
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
@@ -68,4 +68,4 @@ jobs:
6868
steps:
6969
- name: Deploy to GitHub Pages
7070
id: deployment
71-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
71+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0

.github/workflows/security.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
osv-scanner:
3535
name: OSV Scanner
36-
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@c5996e0193a3df57d695c1b8a1dec2a4c62e8730 # v2.3.3
36+
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@c51854704019a247608d928f370c98740469d4b5 # v2.3.5
3737
permissions:
3838
actions: read
3939
security-events: write
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151

5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
53+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
5454
with:
5555
languages: javascript-typescript
5656
queries: security-and-quality
@@ -68,10 +68,10 @@ jobs:
6868
- '**/test-directory/**'
6969
7070
- name: Autobuild
71-
uses: github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
71+
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
7272

7373
- name: Perform CodeQL Analysis
74-
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
74+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
7575

7676
codeql-cpp:
7777
name: CodeQL C++ Analysis
@@ -96,7 +96,7 @@ jobs:
9696
run: npm ci
9797

9898
- name: Initialize CodeQL
99-
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
99+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
100100
with:
101101
languages: cpp
102102
queries: security-and-quality
@@ -105,7 +105,7 @@ jobs:
105105
run: npm run build:native:rebuild
106106

107107
- name: Perform CodeQL Analysis
108-
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
108+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
109109
with:
110110
upload: false
111111
output: sarif-results
@@ -127,7 +127,7 @@ jobs:
127127
output: sarif-results/cpp.sarif
128128

129129
- name: Upload filtered SARIF
130-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
130+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
131131
with:
132132
sarif_file: sarif-results/cpp.sarif
133133

@@ -153,7 +153,7 @@ jobs:
153153
fetch-depth: 0
154154

155155
- name: TruffleHog OSS
156-
uses: trufflesecurity/trufflehog@6c05c4a00b91aa542267d8e32a8254774799d68d # v3.93.8
156+
uses: trufflesecurity/trufflehog@47e7b7cd74f578e1e3145d48f669f22fd1330ca6 # v3.94.3
157157
with:
158158
path: ./
159159
base: ${{ github.event.repository.default_branch }}

0 commit comments

Comments
 (0)