Skip to content

Commit

Permalink
Fix dependent package vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
GaneshSPatil committed Jun 19, 2020
1 parent 4303a34 commit 1abc97e
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 604 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Git checkout
uses: actions/checkout@v2
- name: Verify Config Merge
uses: GaneshSPatil/gocd-mergeable@v1.0.0
uses: GaneshSPatil/gocd-mergeable@v1.1.0
with:
GOCD_SERVER_URL: 'https://gocdserverurl.com/go'
GOCD_ADMIN_ACCESS_TOKEN: ${{ secrets.GOCD_ADMIN_ACCESS_TOKEN }}
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Git checkout
uses: actions/checkout@v2
- name: Verify Config Merge
uses: GaneshSPatil/gocd-mergeable@v1.0.0
uses: GaneshSPatil/gocd-mergeable@v1.1.0
with:
GOCD_SERVER_URL: 'https://gocdserverurl.com/go'
GOCD_ADMIN_ACCESS_TOKEN: ${{ secrets.GOCD_ADMIN_ACCESS_TOKEN }}
Expand All @@ -81,7 +81,7 @@ jobs:
- name: Git checkout
uses: actions/checkout@v2
- name: Verify Config Merge
uses: GaneshSPatil/gocd-mergeable@v1.0.0
uses: GaneshSPatil/gocd-mergeable@v1.1.0
with:
GOCD_SERVER_URL: 'https://gocdserverurl.com/go'
GOCD_ADMIN_ACCESS_TOKEN: ${{ secrets.GOCD_ADMIN_ACCESS_TOKEN }}
Expand Down
Loading

0 comments on commit 1abc97e

Please sign in to comment.