diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abc7e8e..5be5e91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,10 +33,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v5.0.0 - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.0.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6.0.0 with: node-version: ${{ matrix.node-version }} cache: "npm" diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index a8b252b..e4b4019 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -33,7 +33,7 @@ jobs: security-events: write steps: - name: Checkout - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v5.0.0 - name: Install Semgrep run: pipx install semgrep==1.177.0 @@ -57,7 +57,7 @@ jobs: security-events: write steps: - name: Checkout - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v5.0.0 - name: Scan filesystem (vulnerabilities, secrets, misconfiguration) continue-on-error: true @@ -86,7 +86,7 @@ jobs: GITLEAKS_VERSION: "8.30.1" steps: - name: Checkout (full history) - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v5.0.0 with: fetch-depth: 0 @@ -136,13 +136,13 @@ jobs: - name: Checkout (full history for blame and new-code detection) if: env.SONAR_TOKEN != '' && env.SONAR_HOST_URL != '' - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v5.0.0 with: fetch-depth: 0 - name: Setup Node.js if: env.SONAR_TOKEN != '' && env.SONAR_HOST_URL != '' - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.0.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6.0.0 with: node-version: "22" cache: "npm" @@ -153,7 +153,7 @@ jobs: - name: Analyze if: env.SONAR_TOKEN != '' && env.SONAR_HOST_URL != '' - uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6.0.0 + uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8.2.1 with: args: > -Dsonar.projectKey=zefer