File tree Expand file tree Collapse file tree 12 files changed +24
-24
lines changed
Expand file tree Collapse file tree 12 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout main branch
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 with :
1818 ref : main
1919 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ jobs:
3535 contents : read
3636
3737 steps :
38- - uses : actions/setup-node@v4
38+ - uses : actions/setup-node@v6
3939 with :
40- node-version : 22 .x
40+ node-version : 24 .x
4141
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343
4444 - name : Get CortexApiKey secret
4545 id : get_cortex_secret
Original file line number Diff line number Diff line change @@ -96,13 +96,13 @@ jobs:
9696 private-key : ${{ secrets.TERRAFORM_AUTOMATION_PRIVATE_KEY }}
9797
9898 - name : Checkout Template
99- uses : actions/checkout@v5
99+ uses : actions/checkout@v6
100100 with :
101101 fetch-depth : 0
102102 path : template
103103
104104 - name : Checkout Downstream
105- uses : actions/checkout@v5
105+ uses : actions/checkout@v6
106106 with :
107107 repository : workleap/${{ matrix.repo }}
108108 token : ${{ steps.auth.outputs.token }}
Original file line number Diff line number Diff line change 4848 runs-on : ubuntu-latest
4949 timeout-minutes : ${{ inputs.timeout-minutes }}
5050 steps :
51- - uses : actions/checkout@v5
51+ - uses : actions/checkout@v6
5252 with :
5353 fetch-depth : 0
5454 - name : Evaluate required checks policy
Original file line number Diff line number Diff line change 5858
5959 steps :
6060 - name : Checkout
61- uses : actions/checkout@v4
61+ uses : actions/checkout@v6
6262
6363 - name : Test Jira Extraction
6464 id : extract
Original file line number Diff line number Diff line change 2828 environment : ci
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232
3333 - name : Get renovate-github-pat secret
3434 id : get_github_secret
6565 version : 10
6666
6767 - name : Use Node.js 22
68- uses : actions/setup-node@v4
68+ uses : actions/setup-node@v6
6969 with :
70- node-version : 22
70+ node-version : 24
7171
7272 - name : ${{ inputs.workflow_name }}
7373 shell : bash
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
1616
1717 steps :
1818 - name : Checkout all commits and tags
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 if : ${{ github.event_name == 'pull_request' }}
2121 with :
2222 fetch-depth : 0
2323
2424 - name : Checkout single commit
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 if : ${{ github.event_name != 'pull_request' }}
2727
2828 - name : Pull request scan
@@ -35,14 +35,14 @@ jobs:
3535
3636 - name : Save report as pipeline artifact
3737 if : ${{ github.event_name != 'pull_request' }}
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v5
3939 with :
4040 name : report.sarif
4141 path : report.sarif
4242
4343 - name : Publish code scanning alerts
4444 if : ${{ github.event_name != 'pull_request' }}
45- uses : github/codeql-action/upload-sarif@v3
45+ uses : github/codeql-action/upload-sarif@v4
4646 with :
4747 sarif_file : report.sarif
4848 category : semgrep
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717 private-key : ${{ secrets.TERRAFORM_AUTOMATION_PRIVATE_KEY }}
1818
1919 - name : Checkout repository
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 with :
2222 ref : ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}
2323 fetch-depth : ${{ github.event.pull_request.commits }}
2424 token : ${{ steps.auth.outputs.token }}
2525
2626 - name : Detect changed Terraform files
2727 id : detect_tf
28- uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46 .0.5
28+ uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 .0.0
2929 with :
3030 separator : " \n "
3131 files : |
Original file line number Diff line number Diff line change 1010 permissions :
1111 contents : write
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 with :
1515 ref : ${{ github.event.pull_request.merge_commit_sha }}
1616 fetch-depth : ' 0'
2222
2323 - name : Detect changed Terraform files
2424 id : detect_tf
25- uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46 .0.5
25+ uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 .0.0
2626 with :
2727 files : |
2828 **.yml
Original file line number Diff line number Diff line change 1313 app-id : ${{ secrets.TERRAFORM_AUTOMATION_APP_ID }}
1414 private-key : ${{ secrets.TERRAFORM_AUTOMATION_PRIVATE_KEY }}
1515
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 name : Checkout source code
1818 with :
1919 token : ${{ steps.auth.outputs.token }}
2525 source-ref : main
2626 token : ${{ steps.auth.outputs.token }}
2727
28- - uses : terraform-linters/setup-tflint@v5
28+ - uses : terraform-linters/setup-tflint@v6
2929 name : Setup TFLint
3030
3131 - name : Show version
You can’t perform that action at this time.
0 commit comments