diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 7fcc32994..9791edac6 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -20,7 +20,7 @@ jobs: if: github.ref == 'refs/heads/master' && github.repository == 'verdaccio/verdaccio' steps: - name: checkout code repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 with: fetch-depth: 0 diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 5a2540236..f662779b7 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -18,7 +18,7 @@ jobs: env: NODE_ENV: production steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - name: Node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 with: @@ -43,7 +43,7 @@ jobs: name: Lint needs: prepare steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - name: Node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 with: @@ -67,7 +67,7 @@ jobs: name: Format needs: prepare steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - name: Use Node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 with: @@ -96,7 +96,7 @@ jobs: name: ${{ matrix.os }} / Node ${{ matrix.node_version }} runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - name: Use Node ${{ matrix.node_version }} uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 with: @@ -122,7 +122,7 @@ jobs: runs-on: windows-latest name: UI Test E2E steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c98d625de..a58bd4d58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: env: NODE_ENV: production steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - name: Node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 with: @@ -57,7 +57,7 @@ jobs: name: Lint needs: prepare steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - name: Node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 with: @@ -82,7 +82,7 @@ jobs: name: Format needs: prepare steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - name: Use Node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 with: @@ -112,7 +112,7 @@ jobs: name: ${{ matrix.os }} / Node ${{ matrix.node_version }} runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - name: Use Node ${{ matrix.node_version }} uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 with: @@ -140,7 +140,7 @@ jobs: name: synchronize translations if: (github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'verdaccio/verdaccio') || github.event_name == 'workflow_dispatch' steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2226d7ce5..253a8e70b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/docker-proxy-apache-e2e.yml b/.github/workflows/docker-proxy-apache-e2e.yml index 2a7483e6a..e69824ba4 100644 --- a/.github/workflows/docker-proxy-apache-e2e.yml +++ b/.github/workflows/docker-proxy-apache-e2e.yml @@ -16,7 +16,7 @@ jobs: NODE_OPTIONS: --max_old_space_size=4096 steps: - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - name: Start containers run: docker-compose -f "./e2e/docker/apache-verdaccio/docker-compose.yaml" up -d --build diff --git a/.github/workflows/docker-proxy-nginx-e2e.yml b/.github/workflows/docker-proxy-nginx-e2e.yml index 86ae7c60f..721049fa5 100644 --- a/.github/workflows/docker-proxy-nginx-e2e.yml +++ b/.github/workflows/docker-proxy-nginx-e2e.yml @@ -13,7 +13,7 @@ jobs: NODE_OPTIONS: --max_old_space_size=4096 steps: - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - name: Start containers run: docker-compose -f "./e2e/docker/proxy-nginx/docker-compose.yaml" up -d --build diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index d9e689788..b15df10c0 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'verdaccio/verdaccio' steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # tag=v1 - uses: docker/setup-buildx-action@v1 with: diff --git a/.github/workflows/e2e-ci.yml b/.github/workflows/e2e-ci.yml index 17a57ee8c..60f84e030 100644 --- a/.github/workflows/e2e-ci.yml +++ b/.github/workflows/e2e-ci.yml @@ -18,7 +18,7 @@ jobs: env: NODE_ENV: production steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - name: Use Node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 with: @@ -44,7 +44,7 @@ jobs: needs: [prepare] runs-on: ubuntu-latest steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - name: Use Node 16 uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 with: @@ -97,7 +97,7 @@ jobs: name: ${{ matrix.pkg }}/ ubuntu-latest / ${{ matrix.node }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 with: node-version: ${{ matrix.node }} @@ -141,7 +141,7 @@ jobs: name: ${{ matrix.pkg }}/ ubuntu-latest / ${{ matrix.node }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 with: node-version: ${{ matrix.node }} @@ -186,7 +186,7 @@ jobs: name: ${{ matrix.pkg }}/ ubuntu-latest / ${{ matrix.node }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 with: node-version: ${{ matrix.node }} diff --git a/.github/workflows/e2e-ui.yml b/.github/workflows/e2e-ui.yml index ee162eae4..79612b8ff 100644 --- a/.github/workflows/e2e-ui.yml +++ b/.github/workflows/e2e-ui.yml @@ -18,7 +18,7 @@ jobs: env: NODE_ENV: production steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - name: Use Node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 with: diff --git a/.github/workflows/plugin-generator-e2e.yaml b/.github/workflows/plugin-generator-e2e.yaml index 0dc60d6ed..22d79ee35 100644 --- a/.github/workflows/plugin-generator-e2e.yaml +++ b/.github/workflows/plugin-generator-e2e.yaml @@ -13,7 +13,7 @@ jobs: matrix: node-version: [18,20, 22] steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 with: diff --git a/.github/workflows/static-data.yml b/.github/workflows/static-data.yml index 71ad35d66..5580db7e2 100644 --- a/.github/workflows/static-data.yml +++ b/.github/workflows/static-data.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'verdaccio/verdaccio' steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/ui-components.yml b/.github/workflows/ui-components.yml index c39df9817..f7272047e 100644 --- a/.github/workflows/ui-components.yml +++ b/.github/workflows/ui-components.yml @@ -23,7 +23,7 @@ jobs: env: NODE_OPTIONS: --max_old_space_size=4096 steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - name: Use Node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index f0fd9ce68..c9d716ee0 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -26,7 +26,7 @@ jobs: env: NODE_OPTIONS: --max_old_space_size=4096 steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - name: Node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3