Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.6 (#465) #1011
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Testing Custom Action' | |
on: [push] | |
jobs: | |
test_example: | |
runs-on: ubuntu-latest | |
name: Execute the pycharm-security action | |
steps: | |
- uses: actions/checkout@v1 | |
with: | |
repository: 'tonybaloney/pycharm-security-testing' | |
ref: 'master' | |
path: 'pycharm-security' | |
- name: Run PyCharm Security | |
uses: tonybaloney/pycharm-security@master | |
- name: Run PyCharm Security | |
uses: tonybaloney/pycharm-security@master | |
with: | |
path: . | |
- name: Run PyCharm Security | |
uses: tonybaloney/pycharm-security@master | |
with: | |
profile: "customProfile.xml" |