diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1333ee4..11f694e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -25,7 +25,7 @@ jobs: - name: Initialize CodeQL id: initialize - uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4 + uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4 with: config-file: .github/codeql/codeql-config.yml languages: typescript @@ -33,8 +33,8 @@ jobs: - name: Autobuild id: autobuild - uses: github/codeql-action/autobuild@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4 + uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4 - name: Perform CodeQL Analysis id: analyze - uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4 + uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4 diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 1f03c9f..26f6750 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -42,7 +42,7 @@ jobs: - name: Setup Ruby id: setup-ruby - uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1 + uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 with: ruby-version: ruby diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 50bd92d..32ed422 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -43,7 +43,7 @@ jobs: - name: Lint Codebase id: super-linter - uses: super-linter/super-linter/slim@9e863354e3ff62e0727d37183162c4a88873df41 # v8 + uses: super-linter/super-linter/slim@4ce20838b8ab83717e78138c5b3a1407148e0918 # v8 env: CHECKOV_FILE_NAME: .checkov.yml DEFAULT_BRANCH: main