File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
examples/cfn-deploy-example/.github/workflows Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
name : Stale issue job
17
17
steps :
18
- - uses : aws-actions/stale-issue-cleanup@v5
18
+ - uses : aws-actions/stale-issue-cleanup@v6
19
19
with :
20
20
# Setting messages to an empty string will cause the automation to skip
21
21
# that category
Original file line number Diff line number Diff line change 35
35
role-duration-seconds : 900
36
36
role-session-name : SecretsManagerFetch
37
37
- name : Get bot user token
38
- uses : aws-actions/aws-secretsmanager-get-secrets@v1
38
+ uses : aws-actions/aws-secretsmanager-get-secrets@v2
39
39
with :
40
40
parse-json-secrets : true
41
41
secret-ids : |
Original file line number Diff line number Diff line change 16
16
permissions :
17
17
pull-requests : write
18
18
steps :
19
- - uses : amannn/action-semantic-pull-request@v4 .5.0
19
+ - uses : amannn/action-semantic-pull-request@v5 .5.3
20
20
env :
21
21
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
22
22
with :
Original file line number Diff line number Diff line change 17
17
timeout-minutes : 30
18
18
steps :
19
19
- name : " Checkout repository"
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
- name : Integ test for OIDC
22
22
uses : ./
23
23
with :
43
43
timeout-minutes : 30
44
44
steps :
45
45
- name : " Checkout repository"
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
- name : Integ test for OIDC
48
48
uses : ./
49
49
with :
62
62
timeout-minutes : 30
63
63
steps :
64
64
- name : " Checkout repository"
65
- uses : actions/checkout@v3
65
+ uses : actions/checkout@v4
66
66
- name : Integ test for access keys
67
67
uses : ./
68
68
with :
82
82
timeout-minutes : 30
83
83
steps :
84
84
- name : " Checkout repository"
85
- uses : actions/checkout@v3
85
+ uses : actions/checkout@v4
86
86
- name : Integ test for access keys
87
87
uses : ./
88
88
env :
@@ -103,7 +103,7 @@ jobs:
103
103
timeout-minutes : 30
104
104
steps :
105
105
- name : " Checkout repository"
106
- uses : actions/checkout@v3
106
+ uses : actions/checkout@v4
107
107
- name : Integ test for IAM user
108
108
uses : ./
109
109
with :
Original file line number Diff line number Diff line change 6
6
sast-guard :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
- uses : grolston/guard-action@main
11
11
with :
12
12
data_directory : ' ./cloudformation/' # # change to your template directory
Original file line number Diff line number Diff line change 18
18
contents : read
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
- name : Configure AWS Credentials
23
23
uses : aws-actions/configure-aws-credentials@v4
24
24
with :
27
27
role-to-assume : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.AWS_DEPLOY_ROLE }}
28
28
role-session-name : myGitHubActions
29
29
- name : Deploy EC2 Bastion
30
- uses : aws-actions/aws-cloudformation-github-deploy@v1.0.3
30
+ uses : aws-actions/aws-cloudformation-github-deploy@v1.3.0
31
31
with :
32
32
name : myEC2bastion
33
33
# # change to path to template in your github repo
You can’t perform that action at this time.
0 commit comments