Projects STRLCPY scorecard Commits 6406cfd4
🤬
  • 🌱 Bump actions/setup-go from 3.0.0 to 3.1.0

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](https://github.com/actions/setup-go/compare/f6164bd8c8acb4a71fb2791a8b6c4024ff038dab...fcdc43634adb5f7ae75a9d7a9b9361790f7293e2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
  • Loading...
  • dependabot[bot] committed 2 years ago
    6406cfd4
    1 parent 236b2964
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .github/workflows/docker.yml
    skipped 69 lines
    70 70   with:
    71 71   fetch-depth: 0
    72 72   - name: Setup Go
    73  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     73 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    74 74   with:
    75 75   go-version: ${{ env.GO_VERSION }}
    76 76   - name: docker build
    skipped 35 lines
    112 112   with:
    113 113   fetch-depth: 0
    114 114   - name: Setup Go
    115  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     115 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    116 116   with:
    117 117   go-version: ${{ env.GO_VERSION }}
    118 118   - name: docker build
    skipped 35 lines
    154 154   with:
    155 155   fetch-depth: 0
    156 156   - name: Setup Go
    157  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     157 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    158 158   with:
    159 159   go-version: ${{ env.GO_VERSION }}
    160 160   - name: docker build
    skipped 35 lines
    196 196   with:
    197 197   fetch-depth: 0
    198 198   - name: Setup Go
    199  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     199 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    200 200   with:
    201 201   go-version: ${{ env.GO_VERSION }}
    202 202   - name: docker build
    skipped 35 lines
    238 238   with:
    239 239   fetch-depth: 0
    240 240   - name: Setup Go
    241  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     241 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    242 242   with:
    243 243   go-version: ${{ env.GO_VERSION }}
    244 244   - name: docker build
    skipped 35 lines
    280 280   with:
    281 281   fetch-depth: 0
    282 282   - name: Setup Go
    283  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     283 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    284 284   with:
    285 285   go-version: ${{ env.GO_VERSION }}
    286 286   - name: docker build
    skipped 35 lines
    322 322   with:
    323 323   fetch-depth: 0
    324 324   - name: Setup Go
    325  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     325 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    326 326   with:
    327 327   go-version: '^1.17'
    328 328   - name: docker build
    skipped 2 lines
  • ■ ■ ■ ■
    .github/workflows/goreleaser.yaml
    skipped 39 lines
    40 40   fetch-depth: 0
    41 41   -
    42 42   name: Set up Go
    43  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     43 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    44 44   with:
    45 45   go-version: 1.17
    46 46   -
    skipped 21 lines
  • ■ ■ ■ ■
    .github/workflows/integration.yml
    skipped 47 lines
    48 48   ref: ${{ github.event.pull_request.head.sha }}
    49 49   
    50 50   - name: setup-go
    51  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     51 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    52 52   with:
    53 53   go-version: '1.17'
    54 54   
    skipped 66 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@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     61 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    62 62   with:
    63 63   go-version: ${{ env.GO_VERSION }}
    64 64   - name: Run unit-tests
    skipped 36 lines
    101 101   with:
    102 102   fetch-depth: 0
    103 103   - name: Setup Go
    104  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     104 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    105 105   with:
    106 106   go-version: ${{ env.GO_VERSION }}
    107 107   - name: generate mocks
    skipped 38 lines
    146 146   with:
    147 147   fetch-depth: 0
    148 148   - name: Setup Go
    149  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     149 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    150 150   with:
    151 151   go-version: ${{ env.GO_VERSION }}
    152 152   - name: generate docs
    skipped 37 lines
    190 190   with:
    191 191   fetch-depth: 0
    192 192   - name: Setup Go
    193  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     193 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    194 194   with:
    195 195   go-version: ${{ env.GO_VERSION }}
    196 196   - name: build-proto
    skipped 38 lines
    235 235   with:
    236 236   fetch-depth: 0
    237 237   - name: Setup Go
    238  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     238 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    239 239   with:
    240 240   go-version: ${{ env.GO_VERSION }}
    241 241   - name: Run build
    skipped 38 lines
    280 280   with:
    281 281   fetch-depth: 0
    282 282   - name: Setup Go
    283  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     283 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    284 284   with:
    285 285   go-version: ${{ env.GO_VERSION }}
    286 286   - name: build cron
    skipped 38 lines
    325 325   with:
    326 326   fetch-depth: 0
    327 327   - name: Setup Go
    328  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     328 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    329 329   with:
    330 330   go-version: ${{ env.GO_VERSION }}
    331 331   - name: build worker
    skipped 38 lines
    370 370   with:
    371 371   fetch-depth: 0
    372 372   - name: Setup Go
    373  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     373 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    374 374   with:
    375 375   go-version: ${{ env.GO_VERSION }}
    376 376   - name: build cii-worker
    skipped 38 lines
    415 415   with:
    416 416   fetch-depth: 0
    417 417   - name: Setup Go
    418  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     418 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    419 419   with:
    420 420   go-version: ${{ env.GO_VERSION }}
    421 421   - name: build shuffler
    skipped 38 lines
    460 460   with:
    461 461   fetch-depth: 0
    462 462   - name: Setup Go
    463  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     463 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    464 464   with:
    465 465   go-version: ${{ env.GO_VERSION }}
    466 466   - name: build bq transfer
    skipped 38 lines
    505 505   with:
    506 506   fetch-depth: 0
    507 507   - name: Setup Go
    508  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     508 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    509 509   with:
    510 510   go-version: ${{ env.GO_VERSION }}
    511 511   - name: build bq transfer
    skipped 38 lines
    550 550   with:
    551 551   fetch-depth: 0
    552 552   - name: Setup Go
    553  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     553 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    554 554   with:
    555 555   go-version: ${{ env.GO_VERSION }}
    556 556   - name: build webhook
    skipped 38 lines
    595 595   with:
    596 596   fetch-depth: 0
    597 597   - name: Setup Go
    598  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     598 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    599 599   with:
    600 600   go-version: ${{ env.GO_VERSION }}
    601 601   - name: build-add-script
    skipped 38 lines
    640 640   with:
    641 641   fetch-depth: 0
    642 642   - name: Setup Go
    643  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     643 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    644 644   with:
    645 645   go-version: ${{ env.GO_VERSION }}
    646 646   - name: build-validate-script
    skipped 38 lines
    685 685   with:
    686 686   fetch-depth: 0
    687 687   - name: Setup Go
    688  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     688 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    689 689   with:
    690 690   go-version: ${{ env.GO_VERSION }}
    691 691   - name: build-validate-script
    skipped 37 lines
    729 729   with:
    730 730   fetch-depth: 0
    731 731   - name: Setup Go
    732  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     732 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    733 733   with:
    734 734   go-version: ${{ env.GO_VERSION }}
    735 735   - name: Run build
    skipped 28 lines
    764 764   with:
    765 765   fetch-depth: 0
    766 766   - name: Setup Go
    767  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     767 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    768 768   with:
    769 769   go-version: ${{ env.GO_VERSION }}
    770 770   - name: Run build
    skipped 37 lines
    808 808   with:
    809 809   fetch-depth: 0
    810 810   - name: Setup Go
    811  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     811 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    812 812   with:
    813 813   go-version: ${{ env.GO_VERSION }}
    814 814   - name: Run build
    skipped 33 lines
    848 848   with:
    849 849   fetch-depth: 0
    850 850   - name: Setup Go
    851  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     851 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    852 852   with:
    853 853   go-version: ${{ env.GO_VERSION }}
    854 854   - name: Run build
    skipped 17 lines
    872 872   egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
    873 873   
    874 874   - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
    875  - - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     875 + - uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    876 876   with:
    877 877   go-version: '1.17'
    878 878   - name: Check license headers
    skipped 6 lines
  • ■ ■ ■ ■
    .github/workflows/publishimage.yml
    skipped 40 lines
    41 41   with:
    42 42   fetch-depth: 0
    43 43   - name: Setup Go
    44  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
     44 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2.2.0
    45 45   with:
    46 46   go-version: ${{ env.GO_VERSION }}
    47 47   - name: install ko
    skipped 12 lines
Please wait...
Page is in error, reload to recover