File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Check out code
22- uses : actions/checkout@v6 .0.3
22+ uses : actions/checkout@v7 .0.0
2323
2424 - name : Log in to the Container registry
2525 uses : docker/login-action@v4
3737 tags : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/rundetection:${{ github.sha }}
3838
3939 - name : Checkout the Gitops repository
40- uses : actions/checkout@v6 .0.3
40+ uses : actions/checkout@v7 .0.0
4141 with :
4242 repository : fiaisis/gitops
4343 token : ${{ secrets.GITOPS_STAGING_EDIT_TOKEN }}
Original file line number Diff line number Diff line change 1919 with :
2020 egress-policy : audit
2121 - name : ' Checkout Repository'
22- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4.1.7
22+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4.1.7
2323 - name : ' Dependency Review'
2424 uses : actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
Original file line number Diff line number Diff line change @@ -14,21 +14,21 @@ jobs:
1414 steps :
1515 - name : Checkout project
1616 if : github.actor != 'dependabot[bot]'
17- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4.1.7
17+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4.1.7
1818 with :
1919 token : ${{ secrets.COMMIT_TOKEN }}
2020
2121 - name : Checkout project (dependabot)
2222 if : github.actor == 'dependabot[bot]'
23- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4.1.7
23+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4.1.7
2424
2525 - name : Set up Python
26- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
26+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2727 with :
2828 python-version : ' 3.12'
2929
3030 - name : Set up cache for Python dependencies
31- uses : actions/cache@v5
31+ uses : actions/cache@v6
3232 with :
3333 path : ~/.cache/pip
3434 key : ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : " Checkout code"
26- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v3.1.0
26+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v3.1.0
2727 with :
2828 persist-credentials : false
2929
4242 retention-days : 5
4343
4444 - name : " Upload to code-scanning"
45- uses : github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
45+ uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
4646 with :
4747 sarif_file : results.sarif
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout project
12- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4.1.7
12+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4.1.7
1313
1414 - name : Set up python
15- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
15+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
1616 with :
1717 python-version : ' 3.12'
1818
1919 - name : Set up cache for Python dependencies
20- uses : actions/cache@v5
20+ uses : actions/cache@v6
2121 with :
2222 path : ~/.cache/pip
2323 key : ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
@@ -42,10 +42,10 @@ jobs:
4242
4343 steps :
4444 - name : Checkout project
45- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4.1.7
45+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4.1.7
4646
4747 - name : Set up python
48- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
48+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
4949 with :
5050 python-version : ' 3.12'
5151
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v6 .0.3
16+ uses : actions/checkout@v7 .0.0
1717
1818 - name : Build run-detection Docker image
1919 uses : docker/build-push-action@v7
You can’t perform that action at this time.
0 commit comments