diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 5618294..ea75d12 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -8,7 +8,7 @@ jobs: actionlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Check workflow files uses: docker://rhysd/actionlint@sha256:5f957b2a08d223e48133e1a914ed046bea12e578fe2f6ae4de47fdbe691a2468 # 1.6.22 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 536c13e..19a4842 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: build: # make sure build/ci work properly runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - run: npm ci - run: npm run all @@ -20,7 +20,7 @@ jobs: if: github.event_name == 'pull_request' runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: 'Dependency Review' uses: actions/dependency-review-action@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v3.1.0 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 175c934..248ed5a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index 1d7b100..af6c67c 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -13,7 +13,7 @@ jobs: build: # make sure build/ci work properly runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - run: npm ci - run: npm run all @@ -21,7 +21,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # execute the action locally for testing if anything breaks - uses: ./ @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: # get code - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # build it - run: | diff --git a/.github/workflows/testing-on-issue.yml b/.github/workflows/testing-on-issue.yml index b64d169..58fb059 100644 --- a/.github/workflows/testing-on-issue.yml +++ b/.github/workflows/testing-on-issue.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest #if: github.ref == 'refs/heads/main' # don't run on PRs or branches steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.3.0 # this will checkout the compiled Typescript + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.3.0 # this will checkout the compiled Typescript #- uses: hmarr/debug-action@v2 diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 836bbfe..3039baa 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest #if: github.ref == 'refs/heads/main' # don't run on PRs steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - run: npm ci - run: npm run all @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest #if: github.ref == 'refs/heads/main' # don't run on PRs or branches steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.3.0 # this will checkout the compiled Typescript + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.3.0 # this will checkout the compiled Typescript #- uses: hmarr/debug-action@v2