Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Bump github/codeql-action from 2.22.5 to 2.22.7 (#50) #78

Bump github/codeql-action from 2.22.5 to 2.22.7 (#50)

Bump github/codeql-action from 2.22.5 to 2.22.7 (#50) #78

Workflow file for this run

on:
push:
branches:
- 'main'
# Declare default permissions as read only.
permissions: read-all
jobs:
mirror_job:
permissions:
contents: write
deployments: write
runs-on: ubuntu-latest
name: Mirror SOURCE_BRANCH_NAME branch to DESTINATION_BRANCH_NAME branch
steps:
- name: Harden Runner
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
- name: Mirror action step
id: mirror
uses: google/mirror-branch-action@30c52ee21f5d3bd7fb28b95501c11aae7f17eebb # v2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
source: 'main'
dest: 'master'