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

Bump actions/checkout from 4.2.1 to 4.2.2 #225

Merged
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/compress-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: calibreapp/[email protected]
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pull-requests: write # for technote-space/create-pr-action to create a PR
runs-on: macos-12
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/[email protected]
with:
path: ~/.vagrant.d/boxes
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Count Lines of Code
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Setup Go
uses: actions/[email protected]
with:
Expand All @@ -30,14 +30,14 @@ jobs:
name: Check URL broken links into documentation
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Check broken links
uses: gaurav-nelson/[email protected]
check-super-linter:
name: Run GitHub super-linter tool for verify quality of code
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Check super-linter
uses: github/[email protected]
env:
Expand All @@ -49,7 +49,7 @@ jobs:
name: Run additional linter tools from python tox
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Install tox
run: pip install tox
- name: Run tox validation
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/on-demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Check scripts format
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Run the sh-checker
uses: luizm/[email protected]
env:
Expand All @@ -35,7 +35,7 @@ jobs:
name: Run BDD shell specs
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Install ShellSpec
run: curl -fsSL https://github.com/shellspec/shellspec/releases/latest/download/shellspec-dist.tar.gz | tar -xz -C ..
- name: Run Shellspec
Expand All @@ -52,7 +52,7 @@ jobs:
outputs:
scripts: ${{ steps.filter.outputs.changes }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: dorny/[email protected]
if: ${{ !env.ACT }}
id: filter
Expand All @@ -70,7 +70,7 @@ jobs:
enable-vagrant-check: ${{ steps.set-matrices.outputs.enable-vagrant-check }}
enable-devcontainers-check: ${{ steps.set-matrices.outputs.enable-devcontainers-check }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- id: set-matrices
env:
DEBUG: true
Expand All @@ -86,7 +86,7 @@ jobs:
matrix:
include: ${{ fromJson(needs.generate-matrix.outputs.matrix-alias) }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: ./.github/actions/check-vagrant
with:
vagrant_name: ${{ matrix.name }}
Expand All @@ -102,7 +102,7 @@ jobs:
matrix:
include: ${{ fromJson(needs.generate-matrix.outputs.matrix-image) }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Install latest devcontainer CLI
run: npm install -g @devcontainers/cli
- name: Generating tests for '${{ matrix.script }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/master' }}
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Publish Features
uses: devcontainers/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
name: Check misspelling words with reviewdog tools
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.github_token }}
check-spellcheck:
name: Check misspelling words with pySpelling tool
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: igsekor/[email protected]
name: Spellcheck
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Check new versions for scripts supported
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: technote-space/[email protected]
with:
EXECUTE_COMMANDS: |
Expand All @@ -37,7 +37,7 @@ jobs:
name: Update word list
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: technote-space/[email protected]
with:
EXECUTE_COMMANDS: |
Expand Down
Loading