Skip to content
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
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Clone this git repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Project Syntax Verification
run: make docker/run target="${{ inputs.tardigradelint-target }}"
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone this git repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Check workflow files
uses: reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project for release
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
fetch-tags: true
- name: Checkout release action
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
repository: plus3it/actions-workflows
path: .github/temp/actions-workflows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-salt-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
test:
runs-on: ubuntu-latest
container:
image: >-

Check failure on line 43 in .github/workflows/test-salt-linux.yml

View workflow job for this annotation

GitHub Actions / lint / actionlint

[actionlint] reported by reviewdog 🐶 broken JSON string is passed to fromJSON() at offset 5: invalid character '8' looking for beginning of object key string [expression] Raw Output: e:.github/workflows/test-salt-linux.yml:43:27: broken JSON string is passed to fromJSON() at offset 5: invalid character '8' looking for beginning of object key string [expression]
${{ fromJson('{
8: "docker.io/library/almalinux:8",
9: "docker.io/library/almalinux:9"
Expand All @@ -53,7 +53,7 @@
SALT_REPO_URL: ${{ format(inputs.salt-repo-url, inputs.salt-repo-version) }}
steps:
- name: Clone this git repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

# Install salt
- run: touch /etc/fstab
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-salt-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
SALT_REPO_URL: ${{ format(inputs.salt-installer-url, inputs.salt-version) }}
steps:
- name: Clone this git repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

# Install salt
- run: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Clone this git repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Start the mock AWS stack
run: make mockstack/up
Expand Down