diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 3887b28..604ceed 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:3f24bf9d72ca67af6f9f8f3cc63b0e24621b57bf421cecfc452c3312e32b68cc # 1.6.24 diff --git a/.github/workflows/build check.yml b/.github/workflows/build check.yml index b4ba72a..69baabd 100644 --- a/.github/workflows/build check.yml +++ b/.github/workflows/build check.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 - name: Compile with NPM run: | npm ci @@ -21,7 +21,7 @@ jobs: dependency-check: 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 @@ -31,7 +31,7 @@ jobs: needs: [build, dependency-check] if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Compile with NPM run: | npm ci diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9dd1e89..b94d4f0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,11 +42,11 @@ 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 - uses: github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5 + uses: github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5 with: languages: ${{ matrix.language }} config-file: ./.github/codeql/codeql-config.yml @@ -73,4 +73,4 @@ jobs: npm run all - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5 + uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5 diff --git a/.github/workflows/pr_validation.yml b/.github/workflows/pr_validation.yml index b71c0be..69dffa4 100644 --- a/.github/workflows/pr_validation.yml +++ b/.github/workflows/pr_validation.yml @@ -15,7 +15,7 @@ jobs: env: user: ${{ vars.USER }} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # make sure we have a new build, in case the dist folder was not updated - name: Compile with NPM run: | @@ -112,7 +112,7 @@ jobs: env: organization: ${{ vars.ORGANIZATION }} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # make sure we have a new build, in case the dist folder was not updated - name: Compile with NPM run: | @@ -160,7 +160,7 @@ jobs: organization: actions # load from github.com/actions if: always() steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # make sure we have a new build, in case the dist folder was not updated - name: Compile with NPM run: | diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index 3196d21..b300cc0 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -12,7 +12,7 @@ jobs: test-local-action: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: ./ name: Load used actions as a test @@ -32,7 +32,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/semver-check.yml b/.github/workflows/semver-check.yml index db5c8e7..35cad2f 100644 --- a/.github/workflows/semver-check.yml +++ b/.github/workflows/semver-check.yml @@ -13,4 +13,4 @@ jobs: with: fetch-depth: 0 # needed to get all tags - - uses: jessehouwing/actions-semver-checker@c754e60c1f2838fefc4d4b34829e0317478b8006 # v1 + - uses: jessehouwing/actions-semver-checker@59499a44cd4482b68a7e989a5e7dd781414facfa # v1 diff --git a/.github/workflows/test-big-organization.yml b/.github/workflows/test-big-organization.yml index 4023709..7580438 100644 --- a/.github/workflows/test-big-organization.yml +++ b/.github/workflows/test-big-organization.yml @@ -18,7 +18,7 @@ jobs: env: organization: actions-marketplace-validations steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # make sure we have a new build, in case the dist folder was not updated - name: Compile with NPM run: | diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c196f35..3965850 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -18,7 +18,7 @@ jobs: env: user: ${{ vars.USER }} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # make sure we have a new build, in case the dist folder was not updated - name: Compile with NPM run: | @@ -117,7 +117,7 @@ jobs: env: organization: ${{ vars.ORGANIZATION }} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # make sure we have a new build, in case the dist folder was not updated - name: Compile with NPM run: | @@ -168,7 +168,7 @@ jobs: organization: actions # load from github.com/actions if: always() steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # make sure we have a new build, in case the dist folder was not updated - name: Compile with NPM run: |