diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e588335..2c45fd2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -48,7 +48,7 @@ jobs: name: Run hadolint against docker files runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 - name: Pull hadolint/hadolint:latest Image run: docker pull hadolint/hadolint:latest - name: Run hadolint against Dockerfiles @@ -62,7 +62,7 @@ jobs: # Check out our code - name: Checkout - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 @@ -168,7 +168,7 @@ jobs: # Check out our code - name: Checkout - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index fe9e8ba..abe3e71 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 - 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.yaml b/.github/workflows/on_pr.yaml index 679a338..c7d079c 100644 --- a/.github/workflows/on_pr.yaml +++ b/.github/workflows/on_pr.yaml @@ -22,7 +22,7 @@ jobs: name: "Linting: flake8" steps: - name: Check out source repository - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.3 - name: Set up Python environment uses: actions/setup-python@v5.1.0 with: @@ -36,7 +36,7 @@ jobs: name: "Linting: hadolint" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 - name: Pull hadolint/hadolint:latest Image run: docker pull hadolint/hadolint:latest - name: Run hadolint against Dockerfiles @@ -47,7 +47,7 @@ jobs: # runs-on: ubuntu-latest # if: ${{ github.event_name == 'pull_request' }} # steps: - # - uses: actions/checkout@v4.1.2 + # - uses: actions/checkout@v4.1.3 # - name: Pull koalaman/shellcheck:stable Image # run: docker pull koalaman/shellcheck:stable # - name: Run Shellcheck against shell scripts @@ -67,7 +67,7 @@ jobs: # Check out our code - name: Checkout - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 775d2c3..a919b4a 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -14,7 +14,7 @@ jobs: name: Run yamllint against YAML files runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 - name: yaml-lint uses: ibiqlik/action-yamllint@v3 with: