diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index bbb06e4..938ed43 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -47,7 +47,7 @@ jobs: # name: Run hadolint against docker files # runs-on: ubuntu-latest # steps: - # - uses: actions/checkout@v4.1.7 + # - uses: actions/checkout@v4.2.0 # with: # ref: {{ env.GH_LABEL }} # - name: Pull hadolint/hadolint:latest Image @@ -62,7 +62,7 @@ jobs: steps: # Check out our code - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 ref: ${{ env.GH_LABEL }} diff --git a/.github/workflows/deploy-main.yml b/.github/workflows/deploy-main.yml index 4211ac3..ca6886b 100644 --- a/.github/workflows/deploy-main.yml +++ b/.github/workflows/deploy-main.yml @@ -47,7 +47,7 @@ jobs: # name: Run hadolint against docker files # runs-on: ubuntu-latest # steps: - # - uses: actions/checkout@v4.1.7 + # - uses: actions/checkout@v4.2.0 # with: # ref: {{ env.GH_LABEL }} # - name: Pull hadolint/hadolint:latest Image @@ -62,7 +62,7 @@ jobs: steps: # Check out our code - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 ref: ${{ env.GH_LABEL }} diff --git a/.github/workflows/deploy-v3p11.yml b/.github/workflows/deploy-v3p11.yml index 74f9c52..720be25 100644 --- a/.github/workflows/deploy-v3p11.yml +++ b/.github/workflows/deploy-v3p11.yml @@ -51,7 +51,7 @@ jobs: # name: Run hadolint against docker files # runs-on: ubuntu-latest # steps: - # - uses: actions/checkout@v4.1.7 + # - uses: actions/checkout@v4.2.0 # with: # ref: {{ env.GH_LABEL }} # - name: Pull hadolint/hadolint:latest Image @@ -66,7 +66,7 @@ jobs: steps: # Check out our code - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 ref: ${{ env.GH_LABEL }} diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 3b5f22f..796a459 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: Pull markdownlint/markdownlint:latest Image run: docker pull markdownlint/markdownlint:latest - name: Run markdownlint against *.md files diff --git a/.github/workflows/on_pr.yml b/.github/workflows/on_pr.yml index 8a76449..2330694 100644 --- a/.github/workflows/on_pr.yml +++ b/.github/workflows/on_pr.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name == 'pull_request' }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: Pull koalaman/shellcheck:stable Image run: docker pull koalaman/shellcheck:stable - name: Run Shellcheck against shell scripts @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name == 'pull_request' }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: Pull hadolint/hadolint:latest Image run: docker pull hadolint/hadolint:latest - name: Run hadolint against Dockerfiles @@ -58,7 +58,7 @@ jobs: steps: # Check out our code - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 422b940..6b35d43 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -15,7 +15,7 @@ jobs: name: Run yamllint against YAML files runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: yaml-lint uses: ibiqlik/action-yamllint@v3.1.1 with: