diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 406562a..7586d75 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - 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 a396f11..f377d71 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Compile with NPM run: | npm ci @@ -21,7 +21,7 @@ jobs: dependency-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: 'Dependency Review' uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4 @@ -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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Compile with NPM run: | npm ci diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 637ae8e..e6d48c6 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6 + uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10 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@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6 + uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10 diff --git a/.github/workflows/pr_validation.yml b/.github/workflows/pr_validation.yml index 9f2017b..24fac4c 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 # 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 # 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 # 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 734c54a..9fedd2d 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: ./ name: Load used actions as a test @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: # get code - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 # build it - run: | diff --git a/.github/workflows/semver-check.yml b/.github/workflows/semver-check.yml index 451fe86..21fb411 100644 --- a/.github/workflows/semver-check.yml +++ b/.github/workflows/semver-check.yml @@ -9,7 +9,7 @@ jobs: semver: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: fetch-depth: 0 # needed to get all tags diff --git a/.github/workflows/test-big-organization.yml b/.github/workflows/test-big-organization.yml index 9987f77..9cb25f0 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 # 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 b9c8d18..5afcfba 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -18,7 +18,7 @@ jobs: env: user: ${{ vars.USER }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 # 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 # 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 # make sure we have a new build, in case the dist folder was not updated - name: Compile with NPM run: |