Skip to content

Bump github/codeql-action from 2.1.6 to 3.27.4 #657

Bump github/codeql-action from 2.1.6 to 3.27.4

Bump github/codeql-action from 2.1.6 to 3.27.4 #657

Workflow file for this run

# https://github.com/marketplace/actions/automatic-rebase
# comment /rebase to PR, auto help rebase all commit for the PR
name: Auto Rebase
on:
issue_comment:
types: [created]
jobs:
rebase:
name: Rebase
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@v2
with:
# otherwise, you will fail to push refs to dest repo
fetch-depth: 0
- name: Automatic Rebase
uses: cirrus-actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}