Skip to content

Commit d5effae

Browse files
[deps]: Update gh minor
1 parent 3349980 commit d5effae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: pipx install poetry
3535

3636
- name: Set up Python 3.9
37-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
37+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 5.5.0
3838
with:
3939
python-version: "3.9"
4040

@@ -94,7 +94,7 @@ jobs:
9494
fi
9595
9696
- name: Upload artifact
97-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
97+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9898
with:
9999
name: bitwarden_event_logs.tar.gz
100100
path: output/bitwarden_event_logs.tar.gz

.github/workflows/scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ref: ${{ github.event.pull_request.head.sha }}
3232

3333
- name: Scan with Checkmarx
34-
uses: checkmarx/ast-github-action@dda03dce250dead2404252f9970f35980201934c # 2.0.43
34+
uses: checkmarx/ast-github-action@ef93013c95adc60160bc22060875e90800d3ecfc # 2.3.19
3535
env:
3636
INCREMENTAL: "${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
3737
with:
@@ -46,7 +46,7 @@ jobs:
4646
--output-path . ${{ env.INCREMENTAL }}
4747
4848
- name: Upload Checkmarx results to GitHub
49-
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
49+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
5050
with:
5151
sarif_file: cx_result.sarif
5252
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)