8000 Update golang Docker tag to v1.25.1 · secureCodeBox/secureCodeBox@32c9219 · GitHub
[go: up one dir, main page]

Skip to content

Update golang Docker tag to v1.25.1 #2586

Update golang Docker tag to v1.25.1

Update golang Docker tag to v1.25.1 #2586

Workflow file for this run

# SPDX-FileCopyrightText: the secureCodeBox authors
#
# SPDX-License-Identifier: Apache-2.0
name: Check License Compliance
on:
push:
branches:
- main
- v[0-9]+.x
pull_request:
permissions:
contents: read
jobs:
license-check:
runs-on: ubuntu-24.04
if: github.repository == 'secureCodeBox/secureCodeBox'
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: REUSE Compliance Check
uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5
with:
args: --include-submodules lint
0