Skip to content

Commit

Permalink
Merge pull request #106 from habuild/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.1.7

Bump actions/checkout from 4.1.5 to 4.1.7
  • Loading branch information
habuild authored Jun 19, 2024
2 parents c3d7140 + 8029627 commit 8aa62f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/addon-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
target: ${{ steps.information.outputs.target }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].5
uses: actions/[email protected].7
- name: 🚀 Run add-on information action
id: information
uses: frenck/[email protected]
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].5
uses: actions/[email protected].7
- name: 🚀 Run Add-on Lint
uses: frenck/[email protected]
with:
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].5
uses: actions/[email protected].7
- name: 🚀 Run Hadolint
uses: brpaz/[email protected]
with:
Expand All @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].5
uses: actions/[email protected].7
- name: 🚀 Run JQ
run: |
shopt -s globstar
Expand All @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].5
uses: actions/[email protected].7
- name: 🚀 Run mdl
uses: actionshub/[email protected]

Expand All @@ -97,7 +97,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].5
uses: actions/[email protected].7
- name: 🚀 Run Shellcheck
uses: ludeeus/[email protected]
env:
Expand All @@ -108,7 +108,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].5
uses: actions/[email protected].7
- name: 🚀 Run YAMLLint
uses: frenck/[email protected]

Expand All @@ -117,7 +117,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].5
uses: actions/[email protected].7
- name: 🚀 Run Prettier
uses: creyD/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
changed: ${{ steps.changed_addons.outputs.changed }}
steps:
- name: Check out the repository
uses: actions/[email protected].5
uses: actions/[email protected].7

- name: Get changed files
id: changed_files
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].5
uses: actions/[email protected].7

- name: Get information
id: info
Expand Down

0 comments on commit 8aa62f4

Please sign in to comment.