Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(renovate): pin Update actions/checkout digest to a5ac7e5 #276

Merged
merged 1 commit into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint-codeowners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: mszostok/codeowners-validator@7f3f5e28c6d7b8dfae5731e54ce2272ca384592f # tag=v0.7.4
with:
checks: "files,duppatterns,syntax"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-failure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
action_step_conclusion: ${{ steps.use_action.conclusion }}
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Use action
id: use_action
uses: ./
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@

steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

- name: Run tests
continue-on-error: true
run: |

Check warning on line 72 in .github/workflows/test-release.yml

View workflow job for this annotation

GitHub Actions / Lint Actions Workflows

[actionlint] reported by reviewdog 🐢 shellcheck reported issue in this script: SC2034:warning:4:1: GITHUB_APPLICATION_PRIVATE_KEY appears unused. Verify use (or export if used externally) [shellcheck] Raw Output: .github/workflows/test-release.yml:72:9: shellcheck reported issue in this script: SC2034:warning:4:1: GITHUB_APPLICATION_PRIVATE_KEY appears unused. Verify use (or export if used externally) [shellcheck]

Check warning on line 72 in .github/workflows/test-release.yml

View workflow job for this annotation

GitHub Actions / Lint Actions Workflows

[actionlint] reported by reviewdog 🐢 shellcheck reported issue in this script: SC2034:warning:5:1: GITHUB_APPLICATION_ID appears unused. Verify use (or export if used externally) [shellcheck] Raw Output: .github/workflows/test-release.yml:72:9: shellcheck reported issue in this script: SC2034:warning:5:1: GITHUB_APPLICATION_ID appears unused. Verify use (or export if used externally) [shellcheck]

Check warning on line 72 in .github/workflows/test-release.yml

View workflow job for this annotation

GitHub Actions / Lint Actions Workflows

[actionlint] reported by reviewdog 🐢 shellcheck reported issue in this script: SC2034:warning:6:1: GITHUB_REPOSITORY_OWNER appears unused. Verify use (or export if used externally) [shellcheck] Raw Output: .github/workflows/test-release.yml:72:9: shellcheck reported issue in this script: SC2034:warning:6:1: GITHUB_REPOSITORY_OWNER appears unused. Verify use (or export if used externally) [shellcheck]
npm ci
echo "::add-mask::${{ secrets.GHA_APPLICATION_PRIVATE_KEY }}"
echo "::add-mask::${{ secrets.GHA_APPLICATION_ID }}"
Expand All @@ -92,7 +92,7 @@

steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

- name: Use action
id: use_action
Expand All @@ -100,7 +100,7 @@
with:
application_id: ${{ secrets.GHA_APPLICATION_ID }}
application_private_key: ${{ secrets.GHA_APPLICATION_PRIVATE_KEY }}
organization: CattleDip

Check warning on line 103 in .github/workflows/test-release.yml

View workflow job for this annotation

GitHub Actions / Lint Actions Workflows

[actionlint] reported by reviewdog 🐢 input "organization" is not defined in action "GitHub App Token Generator for Actions" defined at "./". available inputs are "application_id", "application_installation_id", "application_private_key", "debug", "github_api_base_url", "org", "owner", "permissions", "repo", "token_lifetime" [action] Raw Output: .github/workflows/test-release.yml:103:11: input "organization" is not defined in action "GitHub App Token Generator for Actions" defined at "./". available inputs are "application_id", "application_installation_id", "application_private_key", "debug", "github_api_base_url", "org", "owner", "permissions", "repo", "token_lifetime" [action]
permissions: "pages:read,checks:read,issues:read,actions:read,contents:read,metadata:read,packages:write,statuses:read,deployments:write,discussions:read,environments:read,merge_queues:read,pull_requests:read,administration:read,repository_hooks:read,organization_administration:read"

- name: Use token to read details
Expand All @@ -117,7 +117,7 @@

- name: Check permissions
shell: bash
run: |

Check warning on line 120 in .github/workflows/test-release.yml

View workflow job for this annotation

GitHub Actions / Lint Actions Workflows

[actionlint] reported by reviewdog 🐢 shellcheck reported issue in this script: SC2006:style:21:30: Use $(...) notation instead of legacy backticks `...` [shellcheck] Raw Output: .github/workflows/test-release.yml:120:9: shellcheck reported issue in this script: SC2006:style:21:30: Use $(...) notation instead of legacy backticks `...` [shellcheck]

Check warning on line 120 in .github/workflows/test-release.yml

View workflow job for this annotation

GitHub Actions / Lint Actions Workflows

[actionlint] reported by reviewdog 🐢 shellcheck reported issue in this script: SC2006:style:22:30: Use $(...) notation instead of legacy backticks `...` [shellcheck] Raw Output: .github/workflows/test-release.yml:120:9: shellcheck reported issue in this script: SC2006:style:22:30: Use $(...) notation instead of legacy backticks `...` [shellcheck]
EXPIRES_AT="${{ steps.use_action.outputs.expires_at }}"
PERMISSIONS_REQUESTED="${{ steps.use_action.outputs.permissions_requested }}"
PERMISSIONS_GRANTED="${{ steps.use_action.outputs.permissions_granted }}"
Expand All @@ -142,7 +142,7 @@
echo "Permissions granted: `$PERMISSIONS_GRANTED`" >> "$GITHUB_STEP_SUMMARY"

- name: Use token to checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
token: ${{ steps.use_action.outputs.token }}
repository: CattleDip/demo-gha-install-token
Expand All @@ -157,13 +157,13 @@
steps:
- name: Checkout specified branch
if: github.event_name == 'workflow_dispatch'
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
ref: ${{ github.event.inputs.branch }}

- name: Checkout
if: github.event_name != 'workflow_dispatch'
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

- name: Use action
id: use_action
Expand All @@ -171,7 +171,7 @@
with:
application_id: ${{ secrets.GHA_APPLICATION_ID }}
application_private_key: ${{ secrets.GHA_APPLICATION_PRIVATE_KEY }}
organization: CattleDip

Check warning on line 174 in .github/workflows/test-release.yml

View workflow job for this annotation

GitHub Actions / Lint Actions Workflows

[actionlint] reported by reviewdog 🐢 input "organization" is not defined in action "GitHub App Token Generator for Actions" defined at "./". available inputs are "application_id", "application_installation_id", "application_private_key", "debug", "github_api_base_url", "org", "owner", "permissions", "repo", "token_lifetime" [action] Raw Output: .github/workflows/test-release.yml:174:11: input "organization" is not defined in action "GitHub App Token Generator for Actions" defined at "./". available inputs are "application_id", "application_installation_id", "application_private_key", "debug", "github_api_base_url", "org", "owner", "permissions", "repo", "token_lifetime" [action]

- name: Use token to read details
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
Expand All @@ -185,7 +185,7 @@
console.log(JSON.stringify(repo, null, 2));

- name: Use token to checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
token: ${{ steps.use_action.outputs.token }}
repository: CattleDip/demo-gha-install-token
Expand All @@ -203,7 +203,7 @@
packages: write
deployments: write
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version-file: '.nvmrc'
Expand Down
Loading