Skip to content

Commit bb0e1ab

Browse files
[deps]: Update github-action minor
1 parent 7f2bde3 commit bb0e1ab

6 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Set up .NET
34-
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
34+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
3535

3636
- name: Verify format
3737
run: dotnet format --verify-no-changes
@@ -124,10 +124,10 @@ jobs:
124124
fi
125125
126126
- name: Set up .NET
127-
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
127+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
128128

129129
- name: Set up Node
130-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
130+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
131131
with:
132132
cache: "npm"
133133
cache-dependency-path: "**/package-lock.json"
@@ -180,7 +180,7 @@ jobs:
180180

181181
########## Registries ##########
182182
- name: Log in to GHCR
183-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
183+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
184184
with:
185185
registry: ghcr.io
186186
username: ${{ github.actor }}
@@ -257,7 +257,7 @@ jobs:
257257
258258
- name: Build Docker image
259259
id: build-artifacts
260-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
260+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
261261
with:
262262
context: .
263263
file: ${{ matrix.base_path }}/${{ matrix.project_name }}/Dockerfile
@@ -267,7 +267,7 @@ jobs:
267267

268268
- name: Install Cosign
269269
if: github.event_name != 'pull_request' && env.is_publish_branch == 'true'
270-
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
270+
uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
271271

272272
- name: Sign image with Cosign
273273
if: github.event_name != 'pull_request' && env.is_publish_branch == 'true'
@@ -292,7 +292,7 @@ jobs:
292292
output-format: sarif
293293

294294
- name: Upload Grype results to GitHub
295-
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
295+
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
296296
with:
297297
sarif_file: ${{ steps.container-scan.outputs.sarif }}
298298
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
@@ -319,10 +319,10 @@ jobs:
319319
persist-credentials: false
320320

321321
- name: Set up .NET
322-
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
322+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
323323

324324
- name: Log in to GHCR
325-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
325+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
326326
with:
327327
registry: ghcr.io
328328
username: ${{ github.actor }}
@@ -442,7 +442,7 @@ jobs:
442442
persist-credentials: false
443443

444444
- name: Set up .NET
445-
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
445+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
446446

447447
- name: Print environment
448448
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
112112
########## GHCR ##########
113113
- name: Log in to GHCR
114-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
114+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
115115
with:
116116
registry: ghcr.io
117117
username: ${{ github.actor }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Create release
9191
if: ${{ inputs.release_type != 'Dry Run' }}
92-
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
92+
uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1.21.0
9393
with:
9494
artifacts: "docker-stub-US.zip,
9595
docker-stub-EU.zip,

.github/workflows/stale-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616
steps:
1717
- name: Check
18-
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
18+
uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
1919
with:
2020
stale-issue-label: "needs-reply"
2121
stale-pr-label: "needs-changes"

.github/workflows/test-database.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
persist-credentials: false
5050

5151
- name: Set up .NET
52-
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
52+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
5353

5454
- name: Restore tools
5555
run: dotnet tool restore
@@ -156,7 +156,7 @@ jobs:
156156
run: 'docker logs "$(docker ps --quiet --filter "name=mssql")"'
157157

158158
- name: Report test results
159-
uses: dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637 # v2.5.0
159+
uses: dorny/test-reporter@3d76b34a4535afbd0600d347b09a6ee5deb3ed7f # v2.6.0
160160
if: ${{ github.event.pull_request.head.repo.full_name == github.repository && !cancelled() }}
161161
with:
162162
name: Test Results
@@ -183,7 +183,7 @@ jobs:
183183
persist-credentials: false
184184

185185
- name: Set up .NET
186-
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
186+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
187187

188188
- name: Print environment
189189
run: |

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ jobs:
3232
persist-credentials: false
3333

3434
- name: Set up .NET
35-
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
35+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
3636

3737
- name: Install rust
3838
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9 # stable
3939
with:
4040
toolchain: stable
4141

4242
- name: Cache cargo registry
43-
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
43+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
4444

4545
- name: Print environment
4646
run: |
@@ -59,7 +59,7 @@ jobs:
5959
run: dotnet test ./bitwarden_license/test --configuration Debug --logger "trx;LogFileName=bw-test-results.trx" /p:CoverletOutputFormatter="cobertura" --collect:"XPlat Code Coverage"
6060

6161
- name: Report test results
62-
uses: dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637 # v2.5.0
62+
uses: dorny/test-reporter@3d76b34a4535afbd0600d347b09a6ee5deb3ed7f # v2.6.0
6363
if: ${{ github.event.pull_request.head.repo.full_name == github.repository && !cancelled() }}
6464
with:
6565
name: Test Results

0 commit comments

Comments
 (0)