Projects STRLCPY scorecard Commits e36b590f
🤬
  • 🌱 Bump actions/cache from 3.3.0 to 3.3.1 (#2740)

    Bumps [actions/cache](https://github.com/actions/cache) from 3.3.0 to 3.3.1.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](https://github.com/actions/cache/compare/940f3d7cf195ba83374c77632d1e2cbb2f24ae68...88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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
    e36b590f
    1 parent 6ff94eb6
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .github/workflows/docker.yml
    skipped 69 lines
    70 70   repo-token: ${{ secrets.GITHUB_TOKEN }}
    71 71   - name: Cache builds
    72 72   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    73  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 #v3.3.0
     73 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 #v3.3.1
    74 74   with:
    75 75   # In order:
    76 76   # * Module download cache
    skipped 41 lines
    118 118   repo-token: ${{ secrets.GITHUB_TOKEN }}
    119 119   - name: Cache builds
    120 120   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    121  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 #v3.3.0
     121 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 #v3.3.1
    122 122   with:
    123 123   # In order:
    124 124   # * Module download cache
    skipped 41 lines
    166 166   repo-token: ${{ secrets.GITHUB_TOKEN }}
    167 167   - name: Cache builds
    168 168   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    169  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 #v3.3.0
     169 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 #v3.3.1
    170 170   with:
    171 171   # In order:
    172 172   # * Module download cache
    skipped 41 lines
    214 214   repo-token: ${{ secrets.GITHUB_TOKEN }}
    215 215   - name: Cache builds
    216 216   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    217  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 #v3.3.0
     217 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 #v3.3.1
    218 218   with:
    219 219   # In order:
    220 220   # * Module download cache
    skipped 41 lines
    262 262   repo-token: ${{ secrets.GITHUB_TOKEN }}
    263 263   - name: Cache builds
    264 264   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    265  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 #v3.3.0
     265 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 #v3.3.1
    266 266   with:
    267 267   # In order:
    268 268   # * Module download cache
    skipped 41 lines
    310 310   repo-token: ${{ secrets.GITHUB_TOKEN }}
    311 311   - name: Cache builds
    312 312   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    313  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 #v3.3.0
     313 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 #v3.3.1
    314 314   with:
    315 315   # In order:
    316 316   # * Module download cache
    skipped 41 lines
    358 358   repo-token: ${{ secrets.GITHUB_TOKEN }}
    359 359   - name: Cache builds
    360 360   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    361  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 #v3.3.0
     361 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 #v3.3.1
    362 362   with:
    363 363   # In order:
    364 364   # * Module download cache
    skipped 24 lines
  • ■ ■ ■ ■ ■ ■
    .github/workflows/main.yml
    skipped 42 lines
    43 43   
    44 44   - name: Cache builds
    45 45   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    46  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 #v3.3.0
     46 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 #v3.3.1
    47 47   with:
    48 48   path: |
    49 49   ~/go/pkg/mod
    skipped 38 lines
    88 88   repo-token: ${{ secrets.GITHUB_TOKEN }}
    89 89   - name: Cache builds
    90 90   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    91  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
     91 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
    92 92   with:
    93 93   path: |
    94 94   ~/go/pkg/mod
    skipped 41 lines
    136 136   repo-token: ${{ secrets.GITHUB_TOKEN }}
    137 137   - name: Cache builds
    138 138   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    139  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
     139 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
    140 140   with:
    141 141   path: |
    142 142   ~/go/pkg/mod
    skipped 76 lines
    219 219   repo-token: ${{ secrets.GITHUB_TOKEN }}
    220 220   - name: Cache builds
    221 221   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    222  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
     222 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
    223 223   with:
    224 224   path: |
    225 225   ~/go/pkg/mod
    skipped 41 lines
    267 267   repo-token: ${{ secrets.GITHUB_TOKEN }}
    268 268   - name: Cache builds
    269 269   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    270  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
     270 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
    271 271   with:
    272 272   path: |
    273 273   ~/go/pkg/mod
    skipped 41 lines
    315 315   repo-token: ${{ secrets.GITHUB_TOKEN }}
    316 316   - name: Cache builds
    317 317   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    318  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
     318 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
    319 319   with:
    320 320   path: |
    321 321   ~/go/pkg/mod
    skipped 41 lines
    363 363   repo-token: ${{ secrets.GITHUB_TOKEN }}
    364 364   - name: Cache builds
    365 365   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    366  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
     366 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
    367 367   with:
    368 368   path: |
    369 369   ~/go/pkg/mod
    skipped 41 lines
    411 411   repo-token: ${{ secrets.GITHUB_TOKEN }}
    412 412   - name: Cache builds
    413 413   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    414  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
     414 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
    415 415   with:
    416 416   path: |
    417 417   ~/go/pkg/mod
    skipped 41 lines
    459 459   repo-token: ${{ secrets.GITHUB_TOKEN }}
    460 460   - name: Cache builds
    461 461   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    462  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
     462 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
    463 463   with:
    464 464   path: |
    465 465   ~/go/pkg/mod
    skipped 41 lines
    507 507   repo-token: ${{ secrets.GITHUB_TOKEN }}
    508 508   - name: Cache builds
    509 509   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    510  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
     510 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
    511 511   with:
    512 512   path: |
    513 513   ~/go/pkg/mod
    skipped 41 lines
    555 555   repo-token: ${{ secrets.GITHUB_TOKEN }}
    556 556   - name: Cache builds
    557 557   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    558  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
     558 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
    559 559   with:
    560 560   path: |
    561 561   ~/go/pkg/mod
    skipped 41 lines
    603 603   repo-token: ${{ secrets.GITHUB_TOKEN }}
    604 604   - name: Cache builds
    605 605   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    606  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
     606 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
    607 607   with:
    608 608   path: |
    609 609   ~/go/pkg/mod
    skipped 41 lines
    651 651   repo-token: ${{ secrets.GITHUB_TOKEN }}
    652 652   - name: Cache builds
    653 653   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    654  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
     654 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
    655 655   with:
    656 656   path: |
    657 657   ~/go/pkg/mod
    skipped 41 lines
    699 699   repo-token: ${{ secrets.GITHUB_TOKEN }}
    700 700   - name: Cache builds
    701 701   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    702  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
     702 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
    703 703   with:
    704 704   path: |
    705 705   ~/go/pkg/mod
    skipped 65 lines
    771 771   
    772 772   - name: Cache builds
    773 773   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    774  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
     774 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
    775 775   with:
    776 776   path: |
    777 777   ~/go/pkg/mod
    skipped 40 lines
    818 818   repo-token: ${{ secrets.GITHUB_TOKEN }}
    819 819   - name: Cache builds
    820 820   # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
    821  - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
     821 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
    822 822   with:
    823 823   path: |
    824 824   ~/go/pkg/mod
    skipped 84 lines
Please wait...
Page is in error, reload to recover