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 #120

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
16 changes: 8 additions & 8 deletions .github/workflows/addon-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: CI

# yamllint disable-line rule:true
on:

Check warning on line 5 in .github/workflows/addon-ci.yaml

View workflow job for this annotation

GitHub Actions / YAMLLint

truthy value should be one of [false, true]
push:
branches:
- dev
Expand Down Expand Up @@ -32,7 +32,7 @@
target: ${{ steps.information.outputs.target }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: 🚀 Run add-on information action
id: information
uses: frenck/[email protected]
Expand All @@ -52,7 +52,7 @@
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: 🚀 Run Add-on Lint
uses: frenck/[email protected]
with:
Expand All @@ -66,7 +66,7 @@
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: 🚀 Run Hadolint
uses: brpaz/[email protected]
with:
Expand All @@ -77,7 +77,7 @@
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: 🚀 Run JQ
run: |
shopt -s globstar
Expand All @@ -88,7 +88,7 @@
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: 🚀 Run mdl
uses: actionshub/[email protected]

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

Expand All @@ -117,7 +117,7 @@
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].2
- 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 @@ -5,7 +5,7 @@
# BUILD_ARGS: "--test"
MONITORED_FILES: "config.*"
super_secret: ${{ secrets.cassign }}
on:

Check warning on line 8 in .github/workflows/builder.yaml

View workflow job for this annotation

GitHub Actions / YAMLLint

truthy value should be one of [false, true]
push:
branches:
- main
Expand All @@ -22,7 +22,7 @@
changed: ${{ steps.changed_addons.outputs.changed }}
steps:
- name: Check out the repository
uses: actions/[email protected].1
uses: actions/[email protected].2

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

steps:
- name: Check out repository
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Get information
id: info
Expand Down
Loading