chore(deps): update github actions versions (#1128)
Co-authored-by: Melle <melle@git.com> Co-authored-by: Tom Keller <1083460+kellertk@users.noreply.github.com>
This commit is contained in:
parent
8179d389e2
commit
39228ca2bf
6 changed files with 11 additions and 11 deletions
2
.github/workflows/close-stale-issues.yml
vendored
2
.github/workflows/close-stale-issues.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Stale issue job
|
name: Stale issue job
|
||||||
steps:
|
steps:
|
||||||
- uses: aws-actions/stale-issue-cleanup@v5
|
- uses: aws-actions/stale-issue-cleanup@v6
|
||||||
with:
|
with:
|
||||||
# Setting messages to an empty string will cause the automation to skip
|
# Setting messages to an empty string will cause the automation to skip
|
||||||
# that category
|
# that category
|
||||||
|
|
|
||||||
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
role-duration-seconds: 900
|
role-duration-seconds: 900
|
||||||
role-session-name: SecretsManagerFetch
|
role-session-name: SecretsManagerFetch
|
||||||
- name: Get bot user token
|
- name: Get bot user token
|
||||||
uses: aws-actions/aws-secretsmanager-get-secrets@v1
|
uses: aws-actions/aws-secretsmanager-get-secrets@v2
|
||||||
with:
|
with:
|
||||||
parse-json-secrets: true
|
parse-json-secrets: true
|
||||||
secret-ids: |
|
secret-ids: |
|
||||||
|
|
|
||||||
2
.github/workflows/pull-request-lint.yml
vendored
2
.github/workflows/pull-request-lint.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: amannn/action-semantic-pull-request@v4.5.0
|
- uses: amannn/action-semantic-pull-request@v5.5.3
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
10
.github/workflows/tests-integ.yml
vendored
10
.github/workflows/tests-integ.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout repository"
|
- name: "Checkout repository"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Integ test for OIDC
|
- name: Integ test for OIDC
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout repository"
|
- name: "Checkout repository"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Integ test for OIDC
|
- name: Integ test for OIDC
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
@ -62,7 +62,7 @@ jobs:
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout repository"
|
- name: "Checkout repository"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Integ test for access keys
|
- name: Integ test for access keys
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
@ -82,7 +82,7 @@ jobs:
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout repository"
|
- name: "Checkout repository"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Integ test for access keys
|
- name: Integ test for access keys
|
||||||
uses: ./
|
uses: ./
|
||||||
env:
|
env:
|
||||||
|
|
@ -103,7 +103,7 @@ jobs:
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout repository"
|
- name: "Checkout repository"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Integ test for IAM user
|
- name: Integ test for IAM user
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ jobs:
|
||||||
sast-guard:
|
sast-guard:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: grolston/guard-action@main
|
- uses: grolston/guard-action@main
|
||||||
with:
|
with:
|
||||||
data_directory: './cloudformation/' ## change to your template directory
|
data_directory: './cloudformation/' ## change to your template directory
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Configure AWS Credentials
|
- name: Configure AWS Credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v4
|
uses: aws-actions/configure-aws-credentials@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.AWS_DEPLOY_ROLE }}
|
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.AWS_DEPLOY_ROLE }}
|
||||||
role-session-name: myGitHubActions
|
role-session-name: myGitHubActions
|
||||||
- name: Deploy EC2 Bastion
|
- name: Deploy EC2 Bastion
|
||||||
uses: aws-actions/aws-cloudformation-github-deploy@v1.0.3
|
uses: aws-actions/aws-cloudformation-github-deploy@v1.3.0
|
||||||
with:
|
with:
|
||||||
name: myEC2bastion
|
name: myEC2bastion
|
||||||
## change to path to template in your github repo
|
## change to path to template in your github repo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue