Skip to content

Commit ac6ff6d

Browse files
authored
Merge pull request #37 from sebassem/main
Update actions
2 parents 3cc191e + 3b5cfe4 commit ac6ff6d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/deployAzGovViz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.1
4343

4444
- name: Connect Azure OIDC
4545
uses: azure/login@v2

.github/workflows/deployAzGovVizAccelerator.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@ jobs:
1212

1313
permissions:
1414
id-token: write
15-
contents: write
15+
contents: read
1616

1717
steps:
1818

19+
- name: Harden Runner
20+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
21+
with:
22+
egress-policy: audit
1923
- name: Checkout
20-
uses: actions/checkout@v4
21-
24+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.1
2225
- name: Login to Azure
2326
uses: azure/login@v2
2427
with:

0 commit comments

Comments
 (0)