Skip to content

Commit 4c0bc0d

Browse files
authored
Merge pull request product-os#1416 from product-os/renovate/pin-dependencies
Pin actions/github-script action to 60a0d83
2 parents a21f97b + c14d664 commit 4c0bc0d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/flowzone.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flowzone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2708,7 +2708,7 @@ jobs:
27082708
contains(needs.file_list.outputs.workdir, 'aws-cf-templates.yaml') ||
27092709
contains(needs.file_list.outputs.workdir, 'aws-cf-templates.yml') ||
27102710
contains(needs.file_list.outputs.workdir, 'aws-cf-templates.json')
2711-
uses: actions/github-script@v7
2711+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
27122712
with:
27132713
result-encoding: json
27142714
script: |
@@ -2755,7 +2755,7 @@ jobs:
27552755
- name: Validate CloudFormation input
27562756
id: validate_input
27572757
if: inputs.cloudformation_templates != '' && steps.validate_files.outputs.enabled != 'true'
2758-
uses: actions/github-script@v7
2758+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
27592759
with:
27602760
result-encoding: json
27612761
script: |
@@ -2792,7 +2792,7 @@ jobs:
27922792
- name: Generate stacks matrix
27932793
id: cloudformation_stacks
27942794
if: steps.validate_files.outputs.enabled == 'true' || steps.validate_input.outputs.enabled == 'true'
2795-
uses: actions/github-script@v7
2795+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
27962796
env:
27972797
BASE_SHA: ${{ github.event.pull_request.base.sha }}
27982798
HEAD_SHA: ${{ github.event.pull_request.head.sha || github.event.head_commit.id }}

0 commit comments

Comments
 (0)