Projects STRLCPY scorecard Commits 20cc4eee
🤬
  • 🌱 Bump actions/checkout from 3.1.0 to 3.2.0 (#2537)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/checkout/compare/93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8...755da8c3cf115ac066823e79a1e1788f8940201b)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading...
  • dependabot[bot] committed with GitHub 1 year ago
    20cc4eee
    1 parent f983480b
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    .github/workflows/codeql-analysis.yml
    skipped 56 lines
    57 57   egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
    58 58   
    59 59   - name: Checkout repository
    60  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     60 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    61 61   
    62 62   # Initializes the CodeQL tools for scanning.
    63 63   - name: Initialize CodeQL
    skipped 29 lines
  • ■ ■ ■ ■
    .github/workflows/depsreview.yml
    skipped 21 lines
    22 22   runs-on: ubuntu-latest
    23 23   steps:
    24 24   - name: 'Checkout Repository'
    25  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
     25 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
    26 26   - name: 'Dependency Review'
    27 27   uses: actions/dependency-review-action@11310527b429536e263dc6cc47873e608189ba21
    28 28   
  • ■ ■ ■ ■ ■ ■
    .github/workflows/docker.yml
    skipped 67 lines
    68 68   restore-keys: |
    69 69   ${{ runner.os }}-go-
    70 70   - name: Clone the code
    71  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     71 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    72 72   with:
    73 73   fetch-depth: 0
    74 74   - name: Setup Go
    skipped 38 lines
    113 113   restore-keys: |
    114 114   ${{ runner.os }}-go-
    115 115   - name: Clone the code
    116  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     116 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    117 117   with:
    118 118   fetch-depth: 0
    119 119   - name: Setup Go
    skipped 38 lines
    158 158   restore-keys: |
    159 159   ${{ runner.os }}-go-
    160 160   - name: Clone the code
    161  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     161 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    162 162   with:
    163 163   fetch-depth: 0
    164 164   - name: Setup Go
    skipped 38 lines
    203 203   restore-keys: |
    204 204   ${{ runner.os }}-go-
    205 205   - name: Clone the code
    206  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     206 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    207 207   with:
    208 208   fetch-depth: 0
    209 209   - name: Setup Go
    skipped 38 lines
    248 248   restore-keys: |
    249 249   ${{ runner.os }}-go-
    250 250   - name: Clone the code
    251  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     251 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    252 252   with:
    253 253   fetch-depth: 0
    254 254   - name: Setup Go
    skipped 38 lines
    293 293   restore-keys: |
    294 294   ${{ runner.os }}-go-
    295 295   - name: Clone the code
    296  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     296 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    297 297   with:
    298 298   fetch-depth: 0
    299 299   - name: Setup Go
    skipped 38 lines
    338 338   restore-keys: |
    339 339   ${{ runner.os }}-go-
    340 340   - name: Clone the code
    341  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     341 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    342 342   with:
    343 343   fetch-depth: 0
    344 344   - name: Setup Go
    skipped 8 lines
  • ■ ■ ■ ■
    .github/workflows/goreleaser.yaml
    skipped 35 lines
    36 36   egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
    37 37   
    38 38   - name: Checkout
    39  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     39 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    40 40   with:
    41 41   fetch-depth: 0
    42 42   - name: Set up Go
    skipped 44 lines
  • ■ ■ ■ ■
    .github/workflows/integration.yml
    skipped 42 lines
    43 43   egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
    44 44   
    45 45   - name: pull_request actions/checkout
    46  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     46 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    47 47   with:
    48 48   ref: ${{ github.event.pull_request.head.sha }}
    49 49   
    skipped 55 lines
  • ■ ■ ■ ■ ■ ■
    .github/workflows/main.yml
    skipped 53 lines
    54 54   restore-keys: |
    55 55   ${{ runner.os }}-go-
    56 56   - name: Clone the code
    57  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     57 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    58 58   with:
    59 59   fetch-depth: 0
    60 60   - name: Setup Go
    skipped 38 lines
    99 99   restore-keys: |
    100 100   ${{ runner.os }}-go-
    101 101   - name: Clone the code
    102  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     102 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    103 103   with:
    104 104   fetch-depth: 0
    105 105   - name: Setup Go
    skipped 41 lines
    147 147   restore-keys: |
    148 148   ${{ runner.os }}-go-
    149 149   - name: Clone the code
    150  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     150 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    151 151   with:
    152 152   fetch-depth: 0
    153 153   - name: Setup Go
    skipped 28 lines
    182 182   version: ${{ env.PROTOC_VERSION }}
    183 183   repo-token: ${{ secrets.GITHUB_TOKEN }}
    184 184   - name: Clone the code
    185  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     185 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    186 186   with:
    187 187   fetch-depth: 0
    188 188   - name: Setup Go
    skipped 41 lines
    230 230   restore-keys: |
    231 231   ${{ runner.os }}-go-
    232 232   - name: Clone the code
    233  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     233 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    234 234   with:
    235 235   fetch-depth: 0
    236 236   - name: Setup Go
    skipped 41 lines
    278 278   restore-keys: |
    279 279   ${{ runner.os }}-go-
    280 280   - name: Clone the code
    281  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     281 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    282 282   with:
    283 283   fetch-depth: 0
    284 284   - name: Setup Go
    skipped 41 lines
    326 326   restore-keys: |
    327 327   ${{ runner.os }}-go-
    328 328   - name: Clone the code
    329  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     329 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    330 330   with:
    331 331   fetch-depth: 0
    332 332   - name: Setup Go
    skipped 41 lines
    374 374   restore-keys: |
    375 375   ${{ runner.os }}-go-
    376 376   - name: Clone the code
    377  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     377 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    378 378   with:
    379 379   fetch-depth: 0
    380 380   - name: Setup Go
    skipped 41 lines
    422 422   restore-keys: |
    423 423   ${{ runner.os }}-go-
    424 424   - name: Clone the code
    425  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     425 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    426 426   with:
    427 427   fetch-depth: 0
    428 428   - name: Setup Go
    skipped 41 lines
    470 470   restore-keys: |
    471 471   ${{ runner.os }}-go-
    472 472   - name: Clone the code
    473  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     473 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    474 474   with:
    475 475   fetch-depth: 0
    476 476   - name: Setup Go
    skipped 41 lines
    518 518   restore-keys: |
    519 519   ${{ runner.os }}-go-
    520 520   - name: Clone the code
    521  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     521 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    522 522   with:
    523 523   fetch-depth: 0
    524 524   - name: Setup Go
    skipped 41 lines
    566 566   restore-keys: |
    567 567   ${{ runner.os }}-go-
    568 568   - name: Clone the code
    569  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     569 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    570 570   with:
    571 571   fetch-depth: 0
    572 572   - name: Setup Go
    skipped 41 lines
    614 614   restore-keys: |
    615 615   ${{ runner.os }}-go-
    616 616   - name: Clone the code
    617  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     617 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    618 618   with:
    619 619   fetch-depth: 0
    620 620   - name: Setup Go
    skipped 41 lines
    662 662   restore-keys: |
    663 663   ${{ runner.os }}-go-
    664 664   - name: Clone the code
    665  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     665 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    666 666   with:
    667 667   fetch-depth: 0
    668 668   - name: Setup Go
    skipped 41 lines
    710 710   restore-keys: |
    711 711   ${{ runner.os }}-go-
    712 712   - name: Clone the code
    713  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     713 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    714 714   with:
    715 715   fetch-depth: 0
    716 716   - name: Setup Go
    skipped 28 lines
    745 745   version: ${{ env.PROTOC_VERSION }}
    746 746   repo-token: ${{ secrets.GITHUB_TOKEN }}
    747 747   - name: Clone the code
    748  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     748 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    749 749   with:
    750 750   fetch-depth: 0
    751 751   - name: Setup Go
    skipped 30 lines
    782 782   restore-keys: |
    783 783   ${{ runner.os }}-go-
    784 784   - name: Clone the code
    785  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     785 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    786 786   with:
    787 787   fetch-depth: 0
    788 788   - name: Setup Go
    skipped 40 lines
    829 829   restore-keys: |
    830 830   ${{ runner.os }}-go-
    831 831   - name: Clone the code
    832  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     832 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    833 833   with:
    834 834   fetch-depth: 0
    835 835   - name: Setup Go
    skipped 28 lines
    864 864   version: ${{ env.PROTOC_VERSION }}
    865 865   repo-token: ${{ secrets.GITHUB_TOKEN }}
    866 866   - name: Clone the code
    867  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     867 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    868 868   with:
    869 869   fetch-depth: 0
    870 870   - name: Setup Go
    skipped 22 lines
    893 893   with:
    894 894   egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
    895 895   
    896  - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     896 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    897 897   - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
    898 898   with:
    899 899   go-version: ${{ env.GO_VERSION }}
    skipped 9 lines
  • ■ ■ ■ ■
    .github/workflows/publishimage.yml
    skipped 39 lines
    40 40   egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
    41 41   
    42 42   - name: Clone the code
    43  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
     43 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
    44 44   with:
    45 45   fetch-depth: 0
    46 46   - name: Setup Go
    skipped 22 lines
  • ■ ■ ■ ■
    .github/workflows/scorecard-analysis.yml
    skipped 21 lines
    22 22   
    23 23   steps:
    24 24   - name: "Checkout code"
    25  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
     25 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
    26 26   
    27 27   - name: "Run analysis"
    28 28   uses: ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # v2.0.6
    skipped 25 lines
  • ■ ■ ■ ■
    .github/workflows/slsa-goreleaser.yml
    skipped 14 lines
    15 15   ldflags: ${{ steps.ldflags.outputs.value }}
    16 16   steps:
    17 17   - id: checkout
    18  - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
     18 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
    19 19   with:
    20 20   fetch-depth: 0
    21 21   - id: ldflags
    skipped 15 lines
Please wait...
Page is in error, reload to recover