Skip to content

Bump tailscale.com from 1.76.1 to 1.78.3 #360

Bump tailscale.com from 1.76.1 to 1.78.3

Bump tailscale.com from 1.76.1 to 1.78.3 #360

Workflow file for this run

name: Semgrep
on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- main
jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-latest
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
- run: semgrep ci