Skip to content

Commit fbf0d3e

Browse files
[deps]: Update gh minor (#20)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ad72d8 commit fbf0d3e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: pipx install poetry
4848

4949
- name: Set up Python 3.7
50-
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # 4.7.1
50+
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # 4.8.0
5151
with:
5252
python-version: "3.7"
5353

@@ -128,7 +128,7 @@ jobs:
128128
run: exit 1
129129

130130
- name: Login to Azure - CI subscription
131-
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
131+
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
132132
if: failure()
133133
with:
134134
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
@@ -142,7 +142,7 @@ jobs:
142142
secrets: "devops-alerts-slack-webhook-url"
143143

144144
- name: Notify Slack on failure
145-
uses: act10ns/slack@da3191ebe2e67f49b46880b4633f5591a96d1d33 # v2.0.0
145+
uses: act10ns/slack@44541246747a30eb3102d87f7a4cc5471b0ffb7d # v2.1.0
146146
if: failure()
147147
env:
148148
SLACK_WEBHOOK_URL: ${{ steps.retrieve-secrets.outputs.devops-alerts-slack-webhook-url }}

.github/workflows/scan.yml

Lines changed: 5 additions & 5 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
29+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3030
with:
3131
ref: ${{ github.event.pull_request.head.sha }}
3232

3333
- name: Scan with Checkmarx
34-
uses: checkmarx/ast-github-action@5ba4f1660ef65ff6a519d3a7959171c52f26986f # 2.0.26
34+
uses: checkmarx/ast-github-action@831a8d51a8a0535c0399f9c12728d8d3cc22d850 # 2.0.28
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@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
49+
uses: github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
5050
with:
5151
sarif_file: cx_result.sarif
5252

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

6161
steps:
6262
- name: Check out repo
63-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
63+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6464
with:
6565
fetch-depth: 0
6666
ref: ${{ github.event.pull_request.head.sha }}
6767

6868
- name: Scan with SonarCloud
69-
uses: sonarsource/sonarcloud-github-action@49e6cd3b187936a73b8280d59ffd9da69df63ec9 # v2.1.1
69+
uses: sonarsource/sonarcloud-github-action@4006f663ecaf1f8093e8e4abb9227f6041f52216 # v2.2.0
7070
env:
7171
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)