File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 packages : write
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Setup Node.js
20- uses : actions/setup-node@v4
20+ uses : actions/setup-node@v5
2121 with :
2222 node-version : ' 18'
2323 registry-url : ' https://npm.pkg.github.com'
2727 run : npm install --production=false
2828
2929 - name : Setup Python
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : ' 3.10'
3333
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828
2929 - name : Initialize CodeQL
3030 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 # Only run this job if explicitly approved in the PR comments
1616 if : contains(github.event.pull_request.labels.*.name, 'safe-to-test')
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919
2020 - name : Setup Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.10'
2424
2525 - name : Configure AWS credentials
26- uses : aws-actions/configure-aws-credentials@v4
26+ uses : aws-actions/configure-aws-credentials@v5
2727 with :
2828 aws-access-key-id : ${{ secrets.SANDBOX_AWS_ACCESS_KEY_ID }}
2929 aws-secret-access-key : ${{ secrets.SANDBOX_AWS_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 name : Update README Documentation
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 token : ${{ secrets.GITHUB_TOKEN }}
1818
1919 - name : Setup Python
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.10'
2323
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 name : YAML Lint
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 - name : Setup Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.10'
2020
@@ -29,10 +29,10 @@ jobs:
2929 runs-on : ubuntu-latest
3030 needs : yaml-lint
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333
3434 - name : Setup Python
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : ' 3.10'
3838
5050 echo "All SSM documents are valid YAML"
5151
5252 - name : Configure AWS credentials (optional)
53- uses : aws-actions/configure-aws-credentials@v4
53+ uses : aws-actions/configure-aws-credentials@v5
5454 continue-on-error : true
5555 id : aws-creds
5656 with :
You can’t perform that action at this time.
0 commit comments