Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/secrets-scan-on-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Secrets Scan

on:
pull_request:

jobs:
scan:
uses: AirHelp/gh-actions/.github/workflows/secrets-scan-on-pr.yaml@master
with:
application_name: ${{ github.event.repository.name }}
team_name: developers
secrets: inherit
2 changes: 1 addition & 1 deletion lib/ah/lograge/airbrake_patches/httparty.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# add short summary of HTTParty response
module HTTParty
class ResponseError < Error
class ResponseError
def to_airbrake
params = {
params: {
Expand Down
2 changes: 1 addition & 1 deletion lib/ah/lograge/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Ah
module Lograge
VERSION = '0.1.0'
VERSION = '0.1.1'
end
end