Skip to content

chore(deps): update github/codeql-action action to v3.28.3 #642

chore(deps): update github/codeql-action action to v3.28.3

chore(deps): update github/codeql-action action to v3.28.3 #642

Workflow file for this run

name: Build tinc image
on:
push:
paths:
- "tinc/**"
- ".github/workflows/tinc.yml"
- ".github/build-image-action/action.yml"
workflow_dispatch:
permissions:
contents: read
jobs:
build:
name: Build image
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Check out the source code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Build image
uses: ./.github/build-image-action
with:
name: tinc
docker-login: ${{ secrets.DOCKER_LOGIN }}
docker-password: ${{ secrets.DOCKER_PASSWORD }}