Projects STRLCPY scorecard Commits daeb90ec
🤬
  • 🌱 Bump actions/checkout from 3.3.0 to 3.4.0 (#2767)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.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/ac593985615ec2ede58e132d2e21d2b1cbd6127c...24cb9080177205b6e8c946b17badbe402adc938f)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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
    daeb90ec
    1 parent 82f1dead
  • ■ ■ ■ ■
    .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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     60 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
     25 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
    26 26   - name: 'Dependency Review'
    27 27   uses: actions/dependency-review-action@c090f4e553673e6e505ea70d6a95362ee12adb94
    28 28   
  • ■ ■ ■ ■ ■ ■
    .github/workflows/docker.yml
    skipped 35 lines
    36 36   docs_only: ${{ steps.docs_only_check.outputs.docs_only }}
    37 37   steps:
    38 38   - name: Check out code
    39  - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c #v3.3.0
     39 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f #v3.4.0
    40 40   with:
    41 41   fetch-depth: 2
    42 42   - id: files
    skipped 43 lines
    86 86   restore-keys: |
    87 87   ${{ runner.os }}-go-
    88 88   - name: Clone the code
    89  - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     89 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
    90 90   with:
    91 91   fetch-depth: 0
    92 92   - name: Setup Go
    skipped 41 lines
    134 134   restore-keys: |
    135 135   ${{ runner.os }}-go-
    136 136   - name: Clone the code
    137  - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     137 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
    138 138   with:
    139 139   fetch-depth: 0
    140 140   - name: Setup Go
    skipped 41 lines
    182 182   restore-keys: |
    183 183   ${{ runner.os }}-go-
    184 184   - name: Clone the code
    185  - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     185 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     233 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     281 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     329 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     377 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
    378 378   with:
    379 379   fetch-depth: 0
    380 380   - 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     39 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
    40 40   with:
    41 41   fetch-depth: 0
    42 42   - name: Set up Go
    skipped 37 lines
  • ■ ■ ■ ■
    .github/workflows/integration.yml
    skipped 41 lines
    42 42   egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
    43 43   
    44 44   - name: pull_request actions/checkout
    45  - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     45 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
    46 46   with:
    47 47   ref: ${{ github.event.pull_request.head.sha }}
    48 48   
    skipped 40 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     57 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     102 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     150 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     185 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     233 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     281 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     329 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     377 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     425 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     473 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     521 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     569 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     617 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     665 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     713 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     748 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     785 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     832 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     867 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     896 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
    897 897   - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
     43 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
    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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
     25 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
    26 26   
    27 27   - name: "Run analysis"
    28 28   uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
    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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
     18 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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