Projects STRLCPY scorecard Commits 51d52d0f
🤬
  • 🌱 Bump actions/setup-go from 3.5.0 to 4.0.0

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.5.0 to 4.0.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](https://github.com/actions/setup-go/compare/6edd4406fa81c3da01a34fa6f6343087c207a568...4d34df0c2316fe8122ab82dc22947d607c0c91f9)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
  • Loading...
  • dependabot[bot] committed with GitHub 1 year ago
    51d52d0f
    1 parent ffdca547
  • ■ ■ ■ ■ ■ ■
    .github/workflows/docker.yml
    skipped 89 lines
    90 90   with:
    91 91   fetch-depth: 0
    92 92   - name: Setup Go
    93  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     93 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    94 94   with:
    95 95   go-version: ${{ env.GO_VERSION }}
    96 96   check-latest: true
    skipped 41 lines
    138 138   with:
    139 139   fetch-depth: 0
    140 140   - name: Setup Go
    141  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     141 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    142 142   with:
    143 143   go-version: ${{ env.GO_VERSION }}
    144 144   check-latest: true
    skipped 41 lines
    186 186   with:
    187 187   fetch-depth: 0
    188 188   - name: Setup Go
    189  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     189 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    190 190   with:
    191 191   go-version: ${{ env.GO_VERSION }}
    192 192   check-latest: true
    skipped 41 lines
    234 234   with:
    235 235   fetch-depth: 0
    236 236   - name: Setup Go
    237  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     237 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    238 238   with:
    239 239   go-version: ${{ env.GO_VERSION }}
    240 240   check-latest: true
    skipped 41 lines
    282 282   with:
    283 283   fetch-depth: 0
    284 284   - name: Setup Go
    285  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     285 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    286 286   with:
    287 287   go-version: ${{ env.GO_VERSION }}
    288 288   check-latest: true
    skipped 41 lines
    330 330   with:
    331 331   fetch-depth: 0
    332 332   - name: Setup Go
    333  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     333 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    334 334   with:
    335 335   go-version: ${{ env.GO_VERSION }}
    336 336   check-latest: true
    skipped 41 lines
    378 378   with:
    379 379   fetch-depth: 0
    380 380   - name: Setup Go
    381  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     381 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    382 382   with:
    383 383   go-version: ${{ env.GO_VERSION }}
    384 384   check-latest: true
    skipped 4 lines
  • ■ ■ ■ ■
    .github/workflows/goreleaser.yaml
    skipped 39 lines
    40 40   with:
    41 41   fetch-depth: 0
    42 42   - name: Set up Go
    43  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     43 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    44 44   with:
    45 45   go-version: 1.19
    46 46   check-latest: true
    skipped 33 lines
  • ■ ■ ■ ■
    .github/workflows/integration.yml
    skipped 46 lines
    47 47   ref: ${{ github.event.pull_request.head.sha }}
    48 48   
    49 49   - name: setup-go
    50  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     50 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    51 51   with:
    52 52   go-version: '1.19'
    53 53   check-latest: true
    skipped 35 lines
  • ■ ■ ■ ■ ■ ■
    .github/workflows/main.yml
    skipped 57 lines
    58 58   with:
    59 59   fetch-depth: 0
    60 60   - name: Setup Go
    61  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     61 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    62 62   with:
    63 63   go-version: ${{ env.GO_VERSION }}
    64 64   check-latest: true
    skipped 38 lines
    103 103   with:
    104 104   fetch-depth: 0
    105 105   - name: Setup Go
    106  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     106 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    107 107   with:
    108 108   go-version: ${{ env.GO_VERSION }}
    109 109   check-latest: true
    skipped 41 lines
    151 151   with:
    152 152   fetch-depth: 0
    153 153   - name: Setup Go
    154  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     154 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    155 155   with:
    156 156   go-version: ${{ env.GO_VERSION }}
    157 157   check-latest: true
    skipped 28 lines
    186 186   with:
    187 187   fetch-depth: 0
    188 188   - name: Setup Go
    189  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     189 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    190 190   with:
    191 191   go-version: ${{ env.GO_VERSION }}
    192 192   check-latest: true
    skipped 41 lines
    234 234   with:
    235 235   fetch-depth: 0
    236 236   - name: Setup Go
    237  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     237 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    238 238   with:
    239 239   go-version: ${{ env.GO_VERSION }}
    240 240   check-latest: true
    skipped 41 lines
    282 282   with:
    283 283   fetch-depth: 0
    284 284   - name: Setup Go
    285  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     285 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    286 286   with:
    287 287   go-version: ${{ env.GO_VERSION }}
    288 288   check-latest: true
    skipped 41 lines
    330 330   with:
    331 331   fetch-depth: 0
    332 332   - name: Setup Go
    333  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     333 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    334 334   with:
    335 335   go-version: ${{ env.GO_VERSION }}
    336 336   check-latest: true
    skipped 41 lines
    378 378   with:
    379 379   fetch-depth: 0
    380 380   - name: Setup Go
    381  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     381 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    382 382   with:
    383 383   go-version: ${{ env.GO_VERSION }}
    384 384   check-latest: true
    skipped 41 lines
    426 426   with:
    427 427   fetch-depth: 0
    428 428   - name: Setup Go
    429  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     429 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    430 430   with:
    431 431   go-version: ${{ env.GO_VERSION }}
    432 432   check-latest: true
    skipped 41 lines
    474 474   with:
    475 475   fetch-depth: 0
    476 476   - name: Setup Go
    477  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     477 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    478 478   with:
    479 479   go-version: ${{ env.GO_VERSION }}
    480 480   check-latest: true
    skipped 41 lines
    522 522   with:
    523 523   fetch-depth: 0
    524 524   - name: Setup Go
    525  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     525 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    526 526   with:
    527 527   go-version: ${{ env.GO_VERSION }}
    528 528   check-latest: true
    skipped 41 lines
    570 570   with:
    571 571   fetch-depth: 0
    572 572   - name: Setup Go
    573  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     573 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    574 574   with:
    575 575   go-version: ${{ env.GO_VERSION }}
    576 576   check-latest: true
    skipped 41 lines
    618 618   with:
    619 619   fetch-depth: 0
    620 620   - name: Setup Go
    621  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     621 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    622 622   with:
    623 623   go-version: ${{ env.GO_VERSION }}
    624 624   check-latest: true
    skipped 41 lines
    666 666   with:
    667 667   fetch-depth: 0
    668 668   - name: Setup Go
    669  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     669 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    670 670   with:
    671 671   go-version: ${{ env.GO_VERSION }}
    672 672   check-latest: true
    skipped 41 lines
    714 714   with:
    715 715   fetch-depth: 0
    716 716   - name: Setup Go
    717  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     717 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    718 718   with:
    719 719   go-version: ${{ env.GO_VERSION }}
    720 720   check-latest: true
    skipped 28 lines
    749 749   with:
    750 750   fetch-depth: 0
    751 751   - name: Setup Go
    752  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     752 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    753 753   with:
    754 754   go-version: ${{ env.GO_VERSION }}
    755 755   check-latest: true
    skipped 30 lines
    786 786   with:
    787 787   fetch-depth: 0
    788 788   - name: Setup Go
    789  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     789 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    790 790   with:
    791 791   go-version: ${{ env.GO_VERSION }}
    792 792   check-latest: true
    skipped 40 lines
    833 833   with:
    834 834   fetch-depth: 0
    835 835   - name: Setup Go
    836  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     836 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    837 837   with:
    838 838   go-version: ${{ env.GO_VERSION }}
    839 839   check-latest: true
    skipped 28 lines
    868 868   with:
    869 869   fetch-depth: 0
    870 870   - name: Setup Go
    871  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     871 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    872 872   with:
    873 873   go-version: ${{ env.GO_VERSION }}
    874 874   check-latest: true
    skipped 19 lines
    894 894   egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
    895 895   
    896 896   - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
    897  - - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
     897 + - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2.2.0
    898 898   with:
    899 899   go-version: ${{ env.GO_VERSION }}
    900 900   check-latest: true
    skipped 8 lines
  • ■ ■ ■ ■
    .github/workflows/publishimage.yml
    skipped 43 lines
    44 44   with:
    45 45   fetch-depth: 0
    46 46   - name: Setup Go
    47  - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
     47 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
    48 48   with:
    49 49   go-version: ${{ env.GO_VERSION }}
    50 50   check-latest: true
    skipped 18 lines
Please wait...
Page is in error, reload to recover