Skip to content

Commit

Permalink
Upgrade pipelines action versions (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 authored Mar 6, 2024
1 parent 533d2bb commit 2ca1e28
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh_runner-scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- name: Azure Login
id: login
uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2
uses: azure/login@81e1d9f360e1ba776e93b8ead1c4320761356b2a # v2.0.0
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/ioweb_prod_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,14 @@ jobs:

- name: Checkout
id: checkout
# from https://github.com/actions/checkout/commits/main
uses: actions/checkout@1f9a0c22da41e6ebfa534300ef656657ea2c6707
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
fetch-depth: 0

- name: Azure Login
id: az_login
uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2
uses: azure/login@81e1d9f360e1ba776e93b8ead1c4320761356b2a # v2.0.0
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_CI }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down Expand Up @@ -102,8 +101,7 @@ jobs:

- name: Checkout
id: checkout
# from https://github.com/actions/checkout/commits/main
uses: actions/checkout@1f9a0c22da41e6ebfa534300ef656657ea2c6707
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
fetch-depth: 0
Expand All @@ -116,7 +114,7 @@ jobs:

- name: Azure Login
id: az_login
uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2
uses: azure/login@81e1d9f360e1ba776e93b8ead1c4320761356b2a # v2.0.0
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_CD }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ioweb_prod_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
steps:
- name: Checkout
id: checkout
# from https://github.com/actions/checkout/commits/main
uses: actions/checkout@1f9a0c22da41e6ebfa534300ef656657ea2c6707
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
fetch-depth: 0
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ioweb_prod_drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
steps:
- name: Checkout
id: checkout
# from https://github.com/actions/checkout/commits/main
uses: actions/checkout@1f9a0c22da41e6ebfa534300ef656657ea2c6707
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
fetch-depth: 0
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/prod_cd_citizen-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,14 @@ jobs:

- name: Checkout
id: checkout
# from https://github.com/actions/checkout/commits/main
uses: actions/checkout@1f9a0c22da41e6ebfa534300ef656657ea2c6707
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
fetch-depth: 0

- name: Azure Login
id: az_login
uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2
uses: azure/login@81e1d9f360e1ba776e93b8ead1c4320761356b2a # v2.0.0
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_CI }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down Expand Up @@ -110,8 +109,7 @@ jobs:

- name: Checkout
id: checkout
# from https://github.com/actions/checkout/commits/main
uses: actions/checkout@1f9a0c22da41e6ebfa534300ef656657ea2c6707
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
fetch-depth: 0
Expand All @@ -124,7 +122,7 @@ jobs:

- name: Azure Login
id: az_login
uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2
uses: azure/login@81e1d9f360e1ba776e93b8ead1c4320761356b2a # v2.0.0
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_CD }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/prod_ci_citizen-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
steps:
- name: Checkout
id: checkout
# from https://github.com/actions/checkout/commits/main
uses: actions/checkout@1f9a0c22da41e6ebfa534300ef656657ea2c6707
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
fetch-depth: 0
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/prod_drift_citizen-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
steps:
- name: Checkout
id: checkout
# from https://github.com/actions/checkout/commits/main
uses: actions/checkout@1f9a0c22da41e6ebfa534300ef656657ea2c6707
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
fetch-depth: 0
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
# from https://github.com/actions/checkout/commits/main
- uses: actions/checkout@1f9a0c22da41e6ebfa534300ef656657ea2c6707
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: init_terraform_folders
env:
Expand Down

0 comments on commit 2ca1e28

Please sign in to comment.