File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
- package-ecosystem : " github-actions"
7
7
directory : " /"
8
8
schedule :
9
- # Check for updates to GitHub Actions every week
10
- interval : " weekly "
9
+ # Check for updates to GitHub Actions every quarter
10
+ interval : " quarterly "
11
11
labels :
12
12
- " Release Not Needed"
13
- target-branch : " dev"
13
+ target-branch : " dev"
Original file line number Diff line number Diff line change 31
31
aws-region : us-west-2
32
32
# Retrieve the Access Token from Secrets Manager
33
33
- name : Retrieve secret from AWS Secrets Manager
34
- uses : aws-actions/aws-secretsmanager-get-secrets@fbd65ea98e018858715f591f03b251f02b2316cb # v2.0.8
34
+ uses : aws-actions/aws-secretsmanager-get-secrets@5e19ff380d035695bdd56bbad320ca535c9063f2 # v2.0.9
35
35
with :
36
36
secret-ids : |
37
37
AWS_SECRET, ${{ secrets.RELEASE_WORKFLOW_ACCESS_TOKEN_NAME }}
Original file line number Diff line number Diff line change 35
35
p/owasp-top-ten
36
36
37
37
- name : Upload SARIF file for GitHub Advanced Security Dashboard
38
- uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
38
+ uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
39
39
with :
40
40
sarif_file : semgrep.sarif
41
41
if : always()
Original file line number Diff line number Diff line change 33
33
aws-region : us-west-2
34
34
# Retrieve the Access Token from Secrets Manager
35
35
- name : Retrieve secret from AWS Secrets Manager
36
- uses : aws-actions/aws-secretsmanager-get-secrets@fbd65ea98e018858715f591f03b251f02b2316cb # v2.0.8
36
+ uses : aws-actions/aws-secretsmanager-get-secrets@5e19ff380d035695bdd56bbad320ca535c9063f2 # v2.0.9
37
37
with :
38
38
secret-ids : |
39
39
AWS_SECRET, ${{ secrets.RELEASE_WORKFLOW_ACCESS_TOKEN_NAME }}
You can’t perform that action at this time.
0 commit comments