Skip to content

Commit 708aaf8

Browse files
[deps]: Update gh minor (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d5ac349 commit 708aaf8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
github-pat-bitwarden-devops-bot-repo-scope"
4040

4141
- name: Check out repo
42-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
42+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4343
with:
4444
fetch-depth: 0
4545
token: ${{ steps.retrieve-secrets.outputs.github-pat-bitwarden-devops-bot-repo-scope }}
@@ -94,7 +94,7 @@ jobs:
9494
needs: version-bump
9595
steps:
9696
- name: Check out repo
97-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
97+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
9898

9999
- name: Create GitHub release
100100
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
@@ -112,7 +112,7 @@ jobs:
112112
needs: version-bump
113113
steps:
114114
- name: Check out repo
115-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
115+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
116116

117117
- name: Set up Python
118118
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
steps:
1515
- name: Check out repo
16-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1717

1818
- name: Set up Python
1919
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0

.github/workflows/scan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626

2727
steps:
2828
- name: Check out repo
29-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3030
with:
3131
ref: ${{ github.event.pull_request.head.sha }}
3232

3333
- name: Scan with Checkmarx
34-
uses: checkmarx/ast-github-action@9fda5a4a2c297608117a5a56af424502a9192e57 # 2.0.34
34+
uses: checkmarx/ast-github-action@ed196cdaec9cd1bc5aacac4ca2010dd773b20893 # 2.0.35
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@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
49+
uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
5050
with:
5151
sarif_file: cx_result.sarif
5252

@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Check out repo
63-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
63+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6464
with:
6565
fetch-depth: 0
6666
ref: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)