| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5aeeaf8 commit 3a0a33e
8 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -48,29 +48,29 @@ jobs: | |||
| 48 | 48 | ||
| 49 | 49 | steps: | |
| 50 | 50 | - name: Checkout repository | |
| 51 | - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||
| 51 | + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | ||
| 52 | 52 | with: | |
| 53 | 53 | ref: ${{ github.event.pull_request.head.sha }} | |
| 54 | 54 | repository: ${{ github.event.pull_request.head.repo.full_name }} | |
| 55 | 55 | ||
| 56 | 56 | - name: Setup Go | |
| 57 | - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 | ||
| 57 | + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 | ||
| 58 | 58 | with: | |
| 59 | 59 | go-version: "1.22" | |
| 60 | 60 | if: ${{ matrix.language == 'go' }} | |
| 61 | 61 | ||
| 62 | 62 | # Initializes the CodeQL tools for scanning. | |
| 63 | 63 | - name: Initialize CodeQL | |
| 64 | - uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8 | ||
| 64 | + uses: github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12 | ||
| 65 | 65 | with: | |
| 66 | 66 | languages: ${{ matrix.language }} | |
| 67 | 67 | ||
| 68 | 68 | # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). | |
| 69 | 69 | # If this step fails, then you should remove it and run the build manually | |
| 70 | 70 | - name: Autobuild | |
| 71 | - uses: github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8 | ||
| 71 | + uses: github/codeql-action/autobuild@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12 | ||
| 72 | 72 | ||
| 73 | 73 | - name: Perform CodeQL Analysis | |
| 74 | - uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8 | ||
| 74 | + uses: github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12 | ||
| 75 | 75 | with: | |
| 76 | 76 | category: "/language:${{matrix.language}}" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,12 +23,12 @@ jobs: | |||
| 23 | 23 | runs-on: ubuntu-latest | |
| 24 | 24 | steps: | |
| 25 | 25 | - name: Setup Go | |
| 26 | - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 | ||
| 26 | + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 | ||
| 27 | 27 | with: | |
| 28 | 28 | go-version: "1.22" | |
| 29 | 29 | ||
| 30 | 30 | - name: Checkout base branch | |
| 31 | - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||
| 31 | + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | ||
| 32 | 32 | with: | |
| 33 | 33 | ref: ${{ github.base_ref }} | |
| 34 | 34 | - name: Calculate base code coverage | |
@@ -38,7 +38,7 @@ jobs: | |||
| 38 | 38 | echo "CUR_COVER=$CUR_COVER" >> $GITHUB_ENV | |
| 39 | 39 | ||
| 40 | 40 | - name: Checkout PR branch | |
| 41 | - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||
| 41 | + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | ||
| 42 | 42 | - name: Calculate PR code coverage | |
| 43 | 43 | run: | | |
| 44 | 44 | go test -short -coverprofile pr_cover.out ./... || true | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,12 +37,12 @@ jobs: | |||
| 37 | 37 | name: Run govulncheck | |
| 38 | 38 | steps: | |
| 39 | 39 | - name: Setup Go | |
| 40 | - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 | ||
| 40 | + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 | ||
| 41 | 41 | with: | |
| 42 | 42 | go-version: "1.22" | |
| 43 | 43 | check-latest: true | |
| 44 | 44 | - name: Checkout code | |
| 45 | - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||
| 45 | + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | ||
| 46 | 46 | with: | |
| 47 | 47 | ref: ${{ github.event.pull_request.head.sha }} | |
| 48 | 48 | repository: ${{ github.event.pull_request.head.repo.full_name }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ jobs: | |||
| 28 | 28 | issues: write | |
| 29 | 29 | pull-requests: write | |
| 30 | 30 | steps: | |
| 31 | - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||
| 31 | + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | ||
| 32 | 32 | - uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0 | |
| 33 | 33 | env: | |
| 34 | 34 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -47,11 +47,11 @@ jobs: | |||
| 47 | 47 | console.log('Failed to remove label. Another job may have already removed it!'); | |
| 48 | 48 | } | |
| 49 | 49 | - name: Setup Go | |
| 50 | - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 | ||
| 50 | + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 | ||
| 51 | 51 | with: | |
| 52 | 52 | go-version: "1.22" | |
| 53 | 53 | - name: Checkout code | |
| 54 | - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||
| 54 | + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | ||
| 55 | 55 | with: | |
| 56 | 56 | ref: ${{ github.event.pull_request.head.sha }} | |
| 57 | 57 | repository: ${{ github.event.pull_request.head.repo.full_name }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,7 +35,7 @@ jobs: | |||
| 35 | 35 | ||
| 36 | 36 | steps: | |
| 37 | 37 | - name: "Checkout code" | |
| 38 | - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||
| 38 | + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | ||
| 39 | 39 | with: | |
| 40 | 40 | persist-credentials: false | |
| 41 | 41 | ||
@@ -57,14 +57,14 @@ jobs: | |||
| 57 | 57 | # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF | |
| 58 | 58 | # format to the repository Actions tab. | |
| 59 | 59 | - name: "Upload artifact" | |
| 60 | - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 | ||
| 60 | + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 | ||
| 61 | 61 | with: | |
| 62 | 62 | name: SARIF file | |
| 63 | 63 | path: results.sarif | |
| 64 | 64 | retention-days: 5 | |
| 65 | 65 | ||
| 66 | 66 | # Upload the results to GitHub's code scanning dashboard. | |
| 67 | 67 | - name: "Upload to code-scanning" | |
| 68 | - uses: github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8 | ||
| 68 | + uses: github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12 | ||
| 69 | 69 | with: | |
| 70 | 70 | sarif_file: resultsFiltered.sarif | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,10 +33,10 @@ jobs: | |||
| 33 | 33 | runs-on: ubuntu-latest | |
| 34 | 34 | steps: | |
| 35 | 35 | - name: Checkout code | |
| 36 | - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||
| 36 | + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | ||
| 37 | 37 | ||
| 38 | 38 | - name: Setup Go | |
| 39 | - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 | ||
| 39 | + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 | ||
| 40 | 40 | with: | |
| 41 | 41 | go-version: "1.22" | |
| 42 | 42 | ||
@@ -79,13 +79,13 @@ jobs: | |||
| 79 | 79 | } | |
| 80 | 80 | ||
| 81 | 81 | - name: Checkout code | |
| 82 | - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||
| 82 | + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | ||
| 83 | 83 | with: | |
| 84 | 84 | ref: ${{ github.event.pull_request.head.sha }} | |
| 85 | 85 | repository: ${{ github.event.pull_request.head.repo.full_name }} | |
| 86 | 86 | ||
| 87 | 87 | - name: Setup Go | |
| 88 | - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 | ||
| 88 | + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 | ||
| 89 | 89 | with: | |
| 90 | 90 | go-version: "1.22" | |
| 91 | 91 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,12 +33,12 @@ jobs: | |||
| 33 | 33 | id-token: 'write' | |
| 34 | 34 | steps: | |
| 35 | 35 | - name: Checkout code | |
| 36 | - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||
| 36 | + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | ||
| 37 | 37 | with: | |
| 38 | 38 | ref: v1 | |
| 39 | 39 | ||
| 40 | 40 | - name: Setup Go | |
| 41 | - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 | ||
| 41 | + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 | ||
| 42 | 42 | with: | |
| 43 | 43 | go-version: "1.22" | |
| 44 | 44 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments